-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
40 lines (40 loc) · 936 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
38
39
40
{
"name": "@washingtonpost/ans-schema",
"description": "The Washington Post's Arc Native Specification",
"version": "1.12.2",
"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"
},
"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://npm.pkg.github.com/"
},
"devDependencies": {
"assert": "^2.1.0",
"mocha": "^2.4.5",
"should": "~8.2.1"
}
}