-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "segakcap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"review": "elm-review",
"review-fix": "elm-review --fix",
"review-fix-all": "elm-review --fix-all",
"review-review": "elm-review --elmjson=\"review/elm.json\" --config=\"review/\" && git checkout review/suppressed",
"review-review-fix": "elm-review --fix --elmjson=\"review/elm.json\" --config=\"review/\" && git checkout review/suppressed",
"review-suppress": "elm-review suppress",
"review-watch": "elm-review --watch --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmpavlick/segakcap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmpavlick/segakcap/issues"
},
"homepage": "https://github.com/jmpavlick/segakcap#readme",
"devDependencies": {
"elm-review": "^2.10.2"
}
}