-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 916 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
29
30
31
32
33
34
35
36
37
{
"name": "spike-jss",
"description": "simple static render for jss",
"version": "0.0.2",
"author": "Jeff Escalante",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/static-dev/spike-jss/issues",
"dependencies": {
"jss": "^7.1.2",
"spike-util": "^1.2.0"
},
"devDependencies": {
"ava": "^0.19.1",
"codecov": "^2.1.0",
"jsdom": "^11.0.0",
"nyc": "^10.2.0",
"rimraf-promise": "^2.0.0",
"snazzy": "^7.0.0",
"spike-core": "^1.3.0",
"standard": "^10.0.2"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/static-dev/spike-jss",
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-jss",
"scripts": {
"codecov": "nyc report -r lcovonly && codecov",
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"lint": "standard | snazzy",
"test": "nyc ava"
}
}