mirror of https://github.com/embarklabs/embark.git
33 lines
793 B
JSON
33 lines
793 B
JSON
{
|
|
"name": "app_name",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"embark-framework": "^0.1.1",
|
|
"commander": "^2.8.1",
|
|
"compression": "^1.4.3",
|
|
"express": "^4.12.3",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-coffee": "^0.13.0",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"matchdep": "^0.3.0",
|
|
"read-yaml": "^1.0.0",
|
|
"shelljs": "^0.4.0",
|
|
"string": "^3.1.1",
|
|
"web3": "^0.4.3",
|
|
"wrench": "^1.5.8"
|
|
}
|
|
}
|