-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 923 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
{
"name": "spike-page-id",
"description": "generates a css-friendly page identifier from a webpack loader context",
"version": "1.1.0",
"author": "Jeff Escalante",
"ava": {
"verbose": "true",
"files": "test/index.js"
},
"bugs": "https://github.com/static-dev/spike-page-id/issues",
"devDependencies": {
"ava": "^0.24.0",
"coveralls": "^3.0.0",
"nyc": "^11.4.1",
"reshape-standard": "^3.3.0",
"snazzy": "^7.0.0",
"spike-core": "^2.0.0",
"standard": "^10.0.3"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/static-dev/spike-page-id",
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-page-id",
"scripts": {
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard | snazzy",
"test": "nyc ava"
}
}