forked from mtgjson/mtgjson3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "mtgjson",
"version": "1.0.0",
"author": "SergioMoura <[email protected]>",
"description": "Provides MTG JSON files",
"private": true,
"dependencies": {
"ansidiff": "^1.0.0",
"array-unique": "^0.3.2",
"async": "^2.6.0",
"cli-color": ">= 0.2.3",
"clone": "^2.1.1",
"domino": "^2.0.0",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.5",
"level": "^1.7.0",
"mhash": ">= 2.0.2",
"moment": "^2.19.3",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"require-dir": "^0.3.2",
"retry": "^0.10.1",
"rimraf": "^2.6.2",
"tiptoe": "^1.2.0",
"unidecode": "^0.1.8",
"winston": "^2.4.0",
"xxhash": "^0.2.4"
},
"devDependencies": {
"ajv-cli": "^2.1.0",
"jshint": "^2.9",
"jslint": "^0.11.0"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "jshint build/*.js shared/*.js util/*.js",
"build": "node web/index.js",
"checkJson": "jslint cron/*.json decks/*.json shared/set_configs/**/*.json util/**/*.json web/*.json",
"validateSchema": "ajv -s schema/singleSet.schema.json -d 'json/*.json'"
}
}