-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
45 lines (45 loc) · 1.03 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
45
{
"name": "spike-contentful",
"description": "Contentful CMS plugin for spike",
"version": "3.1.1",
"author": "Tom Milewski",
"ava": {
"verbose": "true",
"serial": "true"
},
"bugs": "https://github.com/static-dev/spike-contentful/issues",
"dependencies": {
"contentful": "^7.0.4",
"es6bindall": "^0.0.9",
"joi": "^13.7.0",
"when": "^3.7.8"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"dotenv": "^5.0.0",
"nyc": "^11.4.1",
"reshape-standard": "^3.3.0",
"rimraf": "^2.6.2",
"spike-core": "^2.2.0",
"standard": "^10.0.3"
},
"engines": {
"node": ">= 6.0.0"
},
"homepage": "https://github.com/static-dev/spike-contentful",
"keywords": [
"spikeplugin",
"contentful",
"contentfulcms",
"spike"
],
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-contentful",
"scripts": {
"test": "ava",
"coverage": "nyc ava",
"coveralls": "nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls"
}
}