2015-05-24 08:38:56 -04:00
|
|
|
{
|
|
|
|
"name": "embark-framework",
|
2015-10-13 12:01:21 -04:00
|
|
|
"version": "1.0.2",
|
2015-05-24 08:38:56 -04:00
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"embark": "./bin/embark"
|
|
|
|
},
|
2015-06-27 22:20:07 -04:00
|
|
|
"main": "./lib/index.js",
|
2015-06-09 07:57:19 -04:00
|
|
|
"directories": {
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
2015-05-24 08:38:56 -04:00
|
|
|
"dependencies": {
|
|
|
|
"commander": "^2.8.1",
|
2015-05-24 11:57:50 -04:00
|
|
|
"grunt": "^0.4.5",
|
2015-08-03 08:44:16 -04:00
|
|
|
"js-sha3": "^0.3.1",
|
2015-07-09 22:54:04 -04:00
|
|
|
"meteor-build-client": "^0.1.6",
|
2015-07-29 14:33:19 +02:00
|
|
|
"mkdirp": "^0.5.1",
|
2015-05-24 08:38:56 -04:00
|
|
|
"read-yaml": "^1.0.0",
|
2015-05-24 11:33:55 -04:00
|
|
|
"shelljs": "^0.5.0",
|
2015-10-24 00:03:38 -05:00
|
|
|
"solc": "^0.1.6",
|
2015-07-09 10:49:04 +02:00
|
|
|
"toposort": "^0.2.10",
|
2016-02-03 20:54:31 -05:00
|
|
|
"web3": "^0.15.0",
|
2015-10-09 10:57:30 -04:00
|
|
|
"wrench": "^1.5.8",
|
2015-10-12 19:27:33 -04:00
|
|
|
"ethersim": "^0.1.1"
|
2015-05-24 08:38:56 -04:00
|
|
|
},
|
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
|
|
"contributors": [],
|
2015-06-27 22:20:07 -04:00
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt-mocha-test": "^0.12.7",
|
2015-06-28 16:11:42 -04:00
|
|
|
"mocha": "^2.2.5",
|
|
|
|
"mocha-sinon": "^1.1.4",
|
|
|
|
"sinon": "^1.15.4"
|
2015-06-27 22:20:07 -04:00
|
|
|
}
|
2015-05-24 08:38:56 -04:00
|
|
|
}
|