51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"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": ">=3.0.0 <4.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"
|
|
}
|
|
}
|