forked from washingtonpost/ans-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 917 Bytes
/
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
{
"name": "ans-schema",
"description": "The Washington Post's Arc Native Specification",
"version": "1.8.3",
"homepage": "https://github.com/washingtonpost/ans-schema",
"repository": {
"type": "git",
"url": "[email protected]:washingtonpost/ans-schema.git"
},
"bugs": "https://github.com/washingtonpost/ans-schema/issues",
"dependencies": {
"ajv": "~3.4.0",
"node-dir": "~0.1.11",
"lodash": "~4.17.5",
"node-options": "^0.0.7",
"ncp": "2.0.0",
"rimraf": "2.5.2",
"async": "2.0.0",
"replacestream": "4.0.0",
"should": "~8.2.1",
"mocha": "2.4.5"
},
"engines": {
"node": ">=5.5.0"
},
"main": "./lib/ans.js",
"scripts": {
"test": "mocha tests",
"ans": "node lib/cli.js"
},
"bin": {
"ans": "lib/cli.js"
},
"publishConfig": {
"registry": "https://washingtonpost.artifactoryonline.com/washingtonpost/api/npm/npm-local"
}
}