embark/package.json

52 lines
1.2 KiB
JSON

{
"name": "embark",
"version": "2.1.3",
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
"scripts": {
"test": "grunt jshint && mocha test/ --no-timeouts"
},
"bin": {
"embark": "./bin/embark"
},
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "^2.0.1",
"bignumber.js": "debris/bignumber.js#master",
"blessed": "^0.1.81",
"bluebird": "^3.4.1",
"chokidar": "^1.6.0",
"colors": "^1.1.2",
"commander": "^2.8.1",
"finalhandler": "^0.5.0",
"grunt": "^0.4.5",
"json-honey": "^0.4.1",
"merge": "^1.2.0",
"meteor-build-client": "^0.1.6",
"mkdirp": "^0.5.1",
"solc": "^0.4.0",
"read-yaml": "^1.0.0",
"request": "^2.75.0",
"serve-static": "^1.11.1",
"shelljs": "^0.5.0",
"toposort": "^0.2.10",
"web3": "^0.15.0",
"wrench": "^1.5.8"
},
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"license": "ISC",
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.7",
"grunt-contrib-jshint": "^1.0.0",
"matchdep": "^1.0.1",
"mocha": "^2.2.5",
"mocha-sinon": "^1.1.4",
"sinon": "^1.15.4",
"toposort": "^0.2.12"
}
}