-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "spike-records",
"description": "compile remote data into your templates",
"version": "2.2.1",
"author": "Jeff Escalante",
"ava": {
"verbose": "true",
"serial": "true"
},
"bugs": "https://github.com/static-dev/spike-records/issues",
"dependencies": {
"es6bindall": "^0.0.9",
"reshape": "^1.0.0",
"reshape-loader": "^1.3.0",
"rest": "^2.0.0",
"spike-util": "^1.3.0",
"when": "^3.7.7"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"nyc": "^12.0.2",
"posthtml-exp": "^0.9.0",
"reshape-standard": "^3.3.0",
"rimraf": "^2.6.2",
"spike-core": "^2.3.0",
"standard": "^11.0.1"
},
"engines": {
"node": ">= 6.0.0"
},
"homepage": "https://github.com/static-dev/spike-records",
"keywords": [
"spikeplugin"
],
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-records",
"scripts": {
"coverage": "nyc ava",
"coveralls": "nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls",
"test": "ava"
}
}