2015-05-24 08:38:56 -04:00
|
|
|
{
|
2016-10-18 05:48:47 -04:00
|
|
|
"name": "embark",
|
2018-05-11 16:29:26 -04:00
|
|
|
"version": "3.0.4",
|
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": {
|
2017-12-14 10:26:39 -05:00
|
|
|
"lint": "./node_modules/.bin/eslint lib/",
|
2017-12-14 10:12:14 -05:00
|
|
|
"test": "mocha test/ --no-timeouts",
|
2018-04-11 09:17:43 -04:00
|
|
|
"testdapp_1": "cd test_apps/test_app/ && npm install && node ../../bin/embark test",
|
|
|
|
"testdapp_2": "cd test_apps/contracts_app/ && npm install && node ../../bin/embark test",
|
2018-03-29 18:20:45 -04:00
|
|
|
"fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2"
|
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"
|
|
|
|
},
|
2017-01-13 19:17:01 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/iurimatias/embark-framework.git"
|
|
|
|
},
|
2015-05-24 08:38:56 -04:00
|
|
|
"dependencies": {
|
2018-05-08 10:31:02 -05:00
|
|
|
"ascii-table": "0.0.9",
|
2016-08-13 10:48:00 -04:00
|
|
|
"async": "^2.0.1",
|
2018-01-16 19:17:52 -05:00
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
2018-04-17 15:07:00 -04:00
|
|
|
"babel-plugin-webpack-aliases": "^1.1.3",
|
2018-01-16 19:17:52 -05:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babel-preset-es2016": "^6.24.1",
|
|
|
|
"babel-preset-es2017": "6.24.1",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2018-05-10 14:52:51 -04:00
|
|
|
"bip39": "^2.5.0",
|
2016-09-16 23:56:25 -04:00
|
|
|
"blessed": "^0.1.81",
|
2018-04-30 15:56:43 +10:00
|
|
|
"chokidar": "^2.0.3",
|
2016-08-14 11:10:34 -04:00
|
|
|
"colors": "^1.1.2",
|
2018-03-30 12:07:58 -04:00
|
|
|
"commander": "^2.15.1",
|
|
|
|
"css-loader": "^0.28.11",
|
2018-04-30 15:56:43 +10:00
|
|
|
"deep-equal": "^1.0.1",
|
2018-03-30 12:07:58 -04:00
|
|
|
"ejs": "^2.5.8",
|
2018-04-30 15:56:43 +10:00
|
|
|
"eth-lib": "^0.2.8",
|
2017-12-22 13:07:43 -05:00
|
|
|
"ethereumjs-testrpc": "^6.0.3",
|
2018-05-10 14:52:51 -04:00
|
|
|
"ethereumjs-wallet": "^0.6.0",
|
2017-12-13 19:24:20 -05:00
|
|
|
"file-loader": "^1.1.5",
|
2018-03-30 12:47:15 -04:00
|
|
|
"finalhandler": "^1.1.1",
|
2017-07-02 13:33:11 -04:00
|
|
|
"follow-redirects": "^1.2.4",
|
2017-02-18 22:40:42 -05:00
|
|
|
"fs-extra": "^2.0.0",
|
2017-02-19 08:59:51 -05:00
|
|
|
"globule": "^1.1.0",
|
2018-05-10 12:22:58 -04:00
|
|
|
"hard-source-webpack-plugin": "^0.6.6",
|
2017-12-17 18:34:41 -05:00
|
|
|
"http-shutdown": "^1.2.0",
|
2018-05-08 17:49:46 -04:00
|
|
|
"i18n": "^0.8.3",
|
2017-12-13 10:59:53 -05:00
|
|
|
"ipfs-api": "17.2.4",
|
2018-04-20 19:45:57 -04:00
|
|
|
"live-plugin-manager": "https://github.com/iurimatias/live-plugin-manager.git",
|
2016-10-15 15:54:19 -04:00
|
|
|
"merge": "^1.2.0",
|
2017-06-13 13:06:32 +02:00
|
|
|
"orbit-db": "^0.17.3",
|
2018-05-09 18:43:09 -04:00
|
|
|
"os-locale": "^2.1.0",
|
2017-12-19 12:57:03 -05:00
|
|
|
"parse-json": "^4.0.0",
|
2017-03-09 20:07:24 +09:00
|
|
|
"promptly": "^2.1.0",
|
2017-12-19 13:29:48 -05:00
|
|
|
"propose": "0.0.5",
|
2018-04-17 15:07:00 -04:00
|
|
|
"request": "^2.85.0",
|
2016-08-14 11:10:34 -04:00
|
|
|
"serve-static": "^1.11.1",
|
2017-01-15 08:52:23 -05:00
|
|
|
"shelljs": "^0.5.0",
|
2018-05-03 17:30:43 -04:00
|
|
|
"solc": "0.4.23",
|
2017-12-07 15:27:03 -05:00
|
|
|
"style-loader": "^0.19.0",
|
2017-07-05 08:35:51 -04:00
|
|
|
"tar": "^3.1.5",
|
2017-01-13 19:17:01 -05:00
|
|
|
"toposort": "^1.0.0",
|
2018-04-30 15:56:43 +10:00
|
|
|
"underscore": "^1.9.0",
|
2017-03-30 00:37:30 +09:00
|
|
|
"underscore.string": "^3.3.4",
|
2017-12-13 19:24:20 -05:00
|
|
|
"url-loader": "^0.6.2",
|
2018-05-16 11:25:06 -04:00
|
|
|
"uuid": "^3.2.1",
|
2018-03-22 10:43:29 -04:00
|
|
|
"viz.js": "^1.8.1",
|
2018-04-17 14:48:17 -04:00
|
|
|
"web3": "1.0.0-beta.34",
|
2018-05-10 14:52:30 -04:00
|
|
|
"web3-provider-engine": "^14.0.5",
|
2018-01-12 14:21:36 -05:00
|
|
|
"webpack": "^3.10.0",
|
2017-12-19 15:14:09 -05:00
|
|
|
"window-size": "^1.1.0"
|
2015-05-24 08:38:56 -04:00
|
|
|
},
|
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
|
|
"contributors": [],
|
2017-01-13 19:17:01 -05:00
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"dapps",
|
|
|
|
"ipfs",
|
|
|
|
"orbit",
|
|
|
|
"solidity",
|
|
|
|
"solc",
|
|
|
|
"blockchain",
|
|
|
|
"serverless"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/iurimatias/embark-framework",
|
|
|
|
"license": "MIT",
|
2015-06-27 22:20:07 -04:00
|
|
|
"devDependencies": {
|
2018-03-30 12:07:58 -04:00
|
|
|
"eslint": "4.13.1",
|
2017-02-19 00:00:01 -05:00
|
|
|
"grunt": "^1.0.1",
|
2017-01-13 19:17:01 -05:00
|
|
|
"grunt-cli": "^1.2.0",
|
2017-03-09 20:07:24 +09:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-coffee": "^1.0.0",
|
2017-01-13 19:17:01 -05:00
|
|
|
"grunt-mocha-test": "^0.13.2",
|
2016-10-22 17:22:58 -04:00
|
|
|
"matchdep": "^1.0.1",
|
2017-01-13 19:17:01 -05:00
|
|
|
"mocha": "^3.2.0",
|
2015-06-28 16:11:42 -04:00
|
|
|
"mocha-sinon": "^1.1.4",
|
2018-04-19 15:13:41 -04:00
|
|
|
"sinon": "^4.5.0"
|
2015-06-27 22:20:07 -04:00
|
|
|
}
|
2015-05-24 08:38:56 -04:00
|
|
|
}
|