2015-05-24 08:38:56 -04:00
|
|
|
{
|
2016-10-18 05:48:47 -04:00
|
|
|
"name": "embark",
|
2016-10-30 08:49:43 -04:00
|
|
|
"version": "2.1.3",
|
2016-10-02 19:01:10 -04:00
|
|
|
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
2015-05-24 08:38:56 -04:00
|
|
|
"scripts": {
|
2016-10-22 18:23:44 -04:00
|
|
|
"test": "grunt jshint && mocha test/ --no-timeouts"
|
2015-05-24 08:38:56 -04:00
|
|
|
},
|
|
|
|
"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": {
|
2016-08-13 10:48:00 -04:00
|
|
|
"async": "^2.0.1",
|
|
|
|
"bignumber.js": "debris/bignumber.js#master",
|
2016-09-16 23:56:25 -04:00
|
|
|
"blessed": "^0.1.81",
|
2016-08-21 18:05:35 -04:00
|
|
|
"bluebird": "^3.4.1",
|
2016-08-14 12:26:49 -04:00
|
|
|
"chokidar": "^1.6.0",
|
2016-08-14 11:10:34 -04:00
|
|
|
"colors": "^1.1.2",
|
2015-05-24 08:38:56 -04:00
|
|
|
"commander": "^2.8.1",
|
2016-08-14 11:10:34 -04:00
|
|
|
"finalhandler": "^0.5.0",
|
2015-05-24 11:57:50 -04:00
|
|
|
"grunt": "^0.4.5",
|
2016-09-24 21:10:47 -04:00
|
|
|
"json-honey": "^0.4.1",
|
2016-10-15 15:54:19 -04:00
|
|
|
"merge": "^1.2.0",
|
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",
|
2017-01-06 21:48:38 -05:00
|
|
|
"solc": "^0.4.7",
|
2015-05-24 08:38:56 -04:00
|
|
|
"read-yaml": "^1.0.0",
|
2016-10-03 14:55:53 -05:00
|
|
|
"request": "^2.75.0",
|
2016-08-14 11:10:34 -04:00
|
|
|
"serve-static": "^1.11.1",
|
2015-05-24 11:33:55 -04:00
|
|
|
"shelljs": "^0.5.0",
|
2015-07-09 10:49:04 +02:00
|
|
|
"toposort": "^0.2.10",
|
2016-02-29 09:48:51 -05:00
|
|
|
"web3": "^0.15.0",
|
2016-05-23 16:00:54 -04:00
|
|
|
"wrench": "^1.5.8"
|
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": {
|
2016-10-22 18:32:05 -04:00
|
|
|
"grunt-cli": "^0.1.13",
|
2015-06-27 22:20:07 -04:00
|
|
|
"grunt-mocha-test": "^0.12.7",
|
2016-10-22 17:22:58 -04:00
|
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
|
|
"matchdep": "^1.0.1",
|
2015-06-28 16:11:42 -04:00
|
|
|
"mocha": "^2.2.5",
|
|
|
|
"mocha-sinon": "^1.1.4",
|
2016-09-27 00:55:35 -04:00
|
|
|
"sinon": "^1.15.4",
|
|
|
|
"toposort": "^0.2.12"
|
2015-06-27 22:20:07 -04:00
|
|
|
}
|
2015-05-24 08:38:56 -04:00
|
|
|
}
|