-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ignite-kryptonite",
"description": "Cook up an ignite flavoured web project.",
"version": "0.2.1",
"license": "MIT",
"author": {
"name": "Justin Lane",
"email": "justin@justinlane.org",
"url": "https://example.com/path/to/your/plugin"
},
"scripts": {
"lint": "standard",
"test": "jest --runInBand",
"watch": "jest --runInBand --watch",
"coverage": "jest --runInBand --coverage",
"shipit": "np"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"/commands/crudsaga.js"
],
"globals": [
"__DEV__",
"jasmine",
"beforeAll",
"afterAll",
"test",
"expect",
"describe"
]
},
"url": "https://example.com/path/to/your/plugin",
"repository": "juddey/ignite-kryptonite",
"devDependencies": {
"babel-eslint": "^7.1.1",
"fs-jetpack": "^1.1.0",
"jest": "^20.0.4",
"np": "^2.12.0",
"nyc": "^10.1.2",
"ramda": "^0.24.1",
"sinon": "^2.3.1",
"standard": "^10.0.2",
"tempy": "^0.1.0"
}
}