-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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
45
{
"name": "spike-datocms",
"description": "quick and easy interface to datocms content",
"version": "1.0.0",
"author": "Jeff Escalante",
"ava": {
"verbose": "true",
"serial": "true"
},
"bugs": "https://github.com/static-dev/spike-datocms/issues",
"devDependencies": {
"ava": "^0.20.0",
"codecov": "^2.2.0",
"nyc": "^11.0.3",
"reshape-standard": "^2.0.0",
"rimraf": "^2.6.1",
"snazzy": "^7.0.0",
"spike-core": "^2.0.1",
"standard": "^10.0.2"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/static-dev/spike-datocms",
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-datocms",
"scripts": {
"test": "nyc ava",
"lint": "standard | snazzy",
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"codecov": "nyc report -r lcovonly && codecov"
},
"dependencies": {
"datocms-client": "^0.3.25",
"es6bindall": "^0.0.9",
"html-tag": "^1.0.0",
"joi": "^10.6.0",
"reshape": "^0.4.1",
"reshape-loader": "^1.0.0",
"reshape-plugin-util": "^0.2.1",
"spike-util": "^1.3.0",
"when": "^3.7.8"
}
}