2015-05-24 12:38:56 +00:00
|
|
|
{
|
2016-10-18 09:48:47 +00:00
|
|
|
"name": "embark",
|
2017-02-08 11:38:26 +00:00
|
|
|
"version": "2.3.0",
|
2016-10-02 23:01:10 +00:00
|
|
|
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
2015-05-24 12:38:56 +00:00
|
|
|
"scripts": {
|
2016-10-22 22:23:44 +00:00
|
|
|
"test": "grunt jshint && mocha test/ --no-timeouts"
|
2015-05-24 12:38:56 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"embark": "./bin/embark"
|
|
|
|
},
|
2015-06-28 02:20:07 +00:00
|
|
|
"main": "./lib/index.js",
|
2015-06-09 11:57:19 +00:00
|
|
|
"directories": {
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
2017-01-14 00:17:01 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/iurimatias/embark-framework.git"
|
|
|
|
},
|
2015-05-24 12:38:56 +00:00
|
|
|
"dependencies": {
|
2016-08-13 14:48:00 +00:00
|
|
|
"async": "^2.0.1",
|
|
|
|
"bignumber.js": "debris/bignumber.js#master",
|
2016-09-17 03:56:25 +00:00
|
|
|
"blessed": "^0.1.81",
|
2016-08-14 16:26:49 +00:00
|
|
|
"chokidar": "^1.6.0",
|
2016-08-14 15:10:34 +00:00
|
|
|
"colors": "^1.1.2",
|
2015-05-24 12:38:56 +00:00
|
|
|
"commander": "^2.8.1",
|
2016-08-14 15:10:34 +00:00
|
|
|
"finalhandler": "^0.5.0",
|
2017-02-19 03:40:42 +00:00
|
|
|
"fs-extra": "^2.0.0",
|
2016-10-15 19:54:19 +00:00
|
|
|
"merge": "^1.2.0",
|
2016-08-14 15:10:34 +00:00
|
|
|
"serve-static": "^1.11.1",
|
2017-01-15 13:52:23 +00:00
|
|
|
"shelljs": "^0.5.0",
|
2017-02-04 23:25:11 +00:00
|
|
|
"solc": "0.4.8",
|
2017-01-14 00:17:01 +00:00
|
|
|
"toposort": "^1.0.0",
|
2017-02-19 03:40:42 +00:00
|
|
|
"web3": "^0.18.2"
|
2015-05-24 12:38:56 +00:00
|
|
|
},
|
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
|
|
"contributors": [],
|
2017-01-14 00:17:01 +00:00
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"dapps",
|
|
|
|
"ipfs",
|
|
|
|
"orbit",
|
|
|
|
"solidity",
|
|
|
|
"solc",
|
|
|
|
"blockchain",
|
|
|
|
"serverless"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/iurimatias/embark-framework",
|
|
|
|
"license": "MIT",
|
2015-06-28 02:20:07 +00:00
|
|
|
"devDependencies": {
|
2017-02-19 05:00:01 +00:00
|
|
|
"grunt": "^1.0.1",
|
2017-01-14 00:17:01 +00:00
|
|
|
"grunt-cli": "^1.2.0",
|
2016-10-22 21:22:58 +00:00
|
|
|
"grunt-contrib-jshint": "^1.0.0",
|
2017-01-14 00:17:01 +00:00
|
|
|
"grunt-mocha-test": "^0.13.2",
|
2016-10-22 21:22:58 +00:00
|
|
|
"matchdep": "^1.0.1",
|
2017-01-14 00:17:01 +00:00
|
|
|
"mocha": "^3.2.0",
|
2015-06-28 20:11:42 +00:00
|
|
|
"mocha-sinon": "^1.1.4",
|
2016-09-27 04:55:35 +00:00
|
|
|
"sinon": "^1.15.4",
|
2017-01-14 00:17:01 +00:00
|
|
|
"toposort": "^1.0.0"
|
2015-06-28 02:20:07 +00:00
|
|
|
}
|
2015-05-24 12:38:56 +00:00
|
|
|
}
|