forked from mtgjson/mtgjson3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
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
{
"name": "mtgjson",
"version": "1.0.0",
"author": "SergioMoura <mtgjson@andarilhomtg.com>",
"description": "Provides MTG JSON files",
"private": true,
"dependencies": {
"@sembiance/xbase": "git+https://github.com/Sembiance/xbase.git",
"@sembiance/xutil": "git+https://github.com/Sembiance/xutil.git",
"async": "^2.0.0-rc.3",
"cache": "git+https://github.com/mtgjson/cache.git",
"cli-color": ">= 0.2.3",
"domino": ">= 1.0.19",
"mhash": ">= 2.0.2",
"moment": ">= 2.10.6",
"pug": "^2.0.0-alpha8",
"rimraf": ">= 2.4.2",
"tiptoe": ">= 1.0.0"
},
"devDependencies": {
"jshint": "^2.9"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint build/*.js shared/*.js util/*.js"
}
}