-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 932 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
38
39
40
{
"name": "spike-pushstate",
"description": "immediate page loads using pushstate",
"version": "2.0.0",
"author": "Jeff Escalante",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/static-dev/spike-pushstate/issues",
"dependencies": {
"filewrap": "^1.0.0",
"mkdirp": "^0.5.1",
"spike-util": "^1.2.0"
},
"devDependencies": {
"ava": "^0.20.0",
"coveralls": "^2.13.1",
"nyc": "^11.0.3",
"spike-core": "^2.0.1",
"standard": "^10.0.0"
},
"engines": {
"node": ">= 6.0.0"
},
"homepage": "https://github.com/static-dev/spike-pushstate",
"keywords": [
"pushstate",
"spike",
"spikeplugin"
],
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-pushstate",
"scripts": {
"coverage": "nyc ava",
"coveralls": "nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls",
"lint": "standard",
"test": "ava"
}
}