forked from andrewminer/crafting-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
48
49
50
{
"name": "crafting-guide",
"version": "3.2.6",
"description": "A guide for building anything in Minecraft or its many mods",
"main": "./dist/index.js",
"repository": "http://github.com/andrewminer/crafting-guide",
"scripts": {
"build": "grunt build",
"start": "grunt start",
"test": "grunt test"
},
"author": "Andrew Miner",
"license": "UNLICENSED",
"devDependencies": {
"chai": "3.5.0",
"coffee-script": "1.12.5",
"coffeeify": "2.1.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jade": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-mocha-test": "0.13.2",
"grunt-sass-globbing": "1.5.1",
"mocha": "3.3.0",
"sass": "0.5.0",
"sinon": "2.2.0",
"sinon-chai": "2.10.0"
},
"dependencies": {
"backbone": "1.3.3",
"body-parser": "1.17.1",
"client-sessions": "0.8.0",
"cookie-parser": "1.4.3",
"crafting-guide-common": ">=5.0.0",
"dotenv": "4.0.0",
"express": "4.15.2",
"express-session": "1.15.2",
"jade": "1.11.0",
"jquery": "3.2.1",
"marked": "0.3.6",
"underscore": "1.8.3",
"underscore.inflections": "0.2.1",
"when": "3.7.8"
}
}