-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
46
47
{
"name": "strider-deconst-content",
"version": "1.2.5",
"description": "Universal Deconst content service build for Strider CD",
"main": "index.js",
"scripts": {
"format": "standard",
"test": "mocha && npm run format"
},
"repository": {
"type": "git",
"url": "https://github.com/deconst/strider-deconst-content"
},
"keywords": [
"strider",
"deconst",
"content-repository"
],
"bin": {
"deconst-content-build": "./bin.js"
},
"author": "Ash Wilson <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "1.5.2",
"rimraf": "2.5.2",
"strider-deconst-common": "0.0.3",
"url-join": "0.0.1",
"walk": "2.3.9"
},
"strider": {
"id": "deconst-content",
"type": "job",
"title": "Deconst Content",
"webapp": "webapp.js",
"worker": "worker.js",
"icon": "icon.png"
},
"devDependencies": {
"chai": "3.5.0",
"dirty-chai": "1.2.2",
"lodash": "4.11.1",
"mocha": "2.4.5",
"nock": "8.0.0",
"standard": "6.0.8"
}
}