forked from andrewminer/crafting-guide-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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": "crafting-guide-data",
"version": "1.0.0",
"description": "Mod data for Crafting Guide (http://crafting-guide.com)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:andrewminer/crafting-guide-data.git"
},
"keywords": [
"crafting",
"guide",
"minecraft",
"mods"
],
"license": "UNLICENSED",
"author": "Andrew Miner",
"bugs": {
"url": "https://github.com/andrewminer/crafting-guide-data/issues"
},
"homepage": "https://github.com/andrewminer/crafting-guide-data",
"devDependencies": {
"backbone": "1.3.3",
"chai": "3.5.0",
"coffee-script": "1.12.5",
"crafting-guide-common": ">=5.0.0",
"fs-extra": "2.1.2",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-symlink": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-mocha-test": "0.13.2",
"mocha": "3.3.0",
"sinon": "2.1.0",
"sinon-chai": "2.9.0",
"underscore": "1.8.3",
"when": "3.7.8"
}
}