mirror of https://github.com/embarklabs/embark.git
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "embark-framework",
|
|
"version": "0.5.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"embark": "./bin/embark"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.8.1",
|
|
"compression": "^1.4.3",
|
|
"express": "^4.12.3",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"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-open": "^0.2.3",
|
|
"hashmerge": "^1.0.2",
|
|
"jasmine": "^2.3.1",
|
|
"matchdep": "^0.3.0",
|
|
"methodmissing": "^0.0.3",
|
|
"python": "^0.0.4",
|
|
"read-yaml": "^1.0.0",
|
|
"shelljs": "^0.5.0",
|
|
"sleep": "^2.0.0",
|
|
"sync-me": "^0.1.1",
|
|
"toposort": "^0.2.10",
|
|
"web3": "^0.8.1",
|
|
"wrench": "^1.5.8"
|
|
},
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
"contributors": [],
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"grunt-mocha-test": "^0.12.7",
|
|
"mocha": "^2.2.5",
|
|
"mocha-sinon": "^1.1.4",
|
|
"sinon": "^1.15.4"
|
|
}
|
|
}
|