-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "spike-optimize",
"description": "bleeding edge performance optimization for spike",
"version": "0.1.2",
"author": "static-dev",
"ava": {
"verbose": "true",
"serial": "true"
},
"bugs": "https://github.com/static-dev/spike-optimize/issues",
"dependencies": {
"objectfn": "^2.0.0",
"reshape": "^0.5.0",
"reshape-plugin-util": "^0.2.1",
"rimraf-promise": "^2.0.0",
"spike-util": "^1.3.0"
},
"devDependencies": {
"ava": "^0.25.0",
"codecov": "^3.0.2",
"nyc": "^12.0.2",
"react": "^16.4.0",
"snazzy": "^7.1.1",
"spike-core": "^2.2.0",
"standard": "^11.0.1"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/static-dev/spike-optimize",
"keywords": [
"spikeplugin"
],
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-optimize",
"scripts": {
"codecov": "nyc report -r lcovonly && codecov",
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"lint": "standard | snazzy",
"test": "nyc ava"
}
}