aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 14f150c1ef3dd7c9ecfdc9a7aaed1da5df077ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "rosstheross.github.io",
  "description": "",
  "version": "1.0.0",
  "author": "Matt Strapp <matt@mattstrapp.net>",
  "devDependencies": {
    "syncpack": "^11.2.1"
  },
  "keywords": [],
  "license": "ISC",
  "main": "index.js",
  "private": true,
  "scripts": {
    "sync-deps": "syncpack",
    "fix-deps": "syncpack fix-mismatches",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}