2015-05-24 12:38:56 +00:00
|
|
|
{
|
2016-10-18 09:48:47 +00:00
|
|
|
"name": "embark",
|
2018-08-20 14:03:13 +00:00
|
|
|
"version": "3.1.10",
|
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": {
|
2017-12-14 15:26:39 +00:00
|
|
|
"lint": "./node_modules/.bin/eslint lib/",
|
2018-07-11 15:43:42 +00:00
|
|
|
"test": "mocha test/ --no-timeouts --exit",
|
2018-04-11 13:17:43 +00: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 22:20:45 +00:00
|
|
|
"fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2"
|
2015-05-24 12:38:56 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2018-07-11 15:31:14 +00:00
|
|
|
"embark": "./bin/embark",
|
|
|
|
"embark-ganache-cli": "./node_modules/.bin/ganache-cli"
|
2015-05-24 12:38:56 +00:00
|
|
|
},
|
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": {
|
2018-05-08 15:31:02 +00:00
|
|
|
"ascii-table": "0.0.9",
|
2016-08-13 14:48:00 +00:00
|
|
|
"async": "^2.0.1",
|
2018-01-17 00:17:52 +00:00
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
2018-04-17 19:07:00 +00:00
|
|
|
"babel-plugin-webpack-aliases": "^1.1.3",
|
2018-01-17 00:17:52 +00: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 18:52:51 +00:00
|
|
|
"bip39": "^2.5.0",
|
2018-04-30 05:56:43 +00:00
|
|
|
"chokidar": "^2.0.3",
|
2018-06-01 17:44:49 +00:00
|
|
|
"clone-deep": "^4.0.0",
|
2016-08-14 15:10:34 +00:00
|
|
|
"colors": "^1.1.2",
|
2018-03-30 16:07:58 +00:00
|
|
|
"commander": "^2.15.1",
|
|
|
|
"css-loader": "^0.28.11",
|
2018-07-06 08:38:09 +00:00
|
|
|
"decompress": "^4.2.0",
|
2018-04-30 05:56:43 +00:00
|
|
|
"deep-equal": "^1.0.1",
|
2018-03-30 16:07:58 +00:00
|
|
|
"ejs": "^2.5.8",
|
2018-05-23 16:13:47 +00:00
|
|
|
"eth-ens-namehash": "^2.0.8",
|
2018-04-30 05:56:43 +00:00
|
|
|
"eth-lib": "^0.2.8",
|
2018-07-30 10:44:27 +00:00
|
|
|
"ethereumjs-wallet": "0.6.0",
|
2017-12-14 00:24:20 +00:00
|
|
|
"file-loader": "^1.1.5",
|
2018-03-30 16:47:15 +00:00
|
|
|
"finalhandler": "^1.1.1",
|
2017-07-02 17:33:11 +00:00
|
|
|
"follow-redirects": "^1.2.4",
|
2017-02-19 03:40:42 +00:00
|
|
|
"fs-extra": "^2.0.0",
|
2018-06-13 16:03:00 +00:00
|
|
|
"ganache-cli": "6.1.0",
|
2017-02-19 13:59:51 +00:00
|
|
|
"globule": "^1.1.0",
|
2018-05-10 16:22:58 +00:00
|
|
|
"hard-source-webpack-plugin": "^0.6.6",
|
2018-06-07 16:50:22 +00:00
|
|
|
"http-proxy": "^1.17.0",
|
2017-12-17 23:34:41 +00:00
|
|
|
"http-shutdown": "^1.2.0",
|
2018-05-08 21:49:46 +00:00
|
|
|
"i18n": "^0.8.3",
|
2017-12-13 15:59:53 +00:00
|
|
|
"ipfs-api": "17.2.4",
|
2018-06-13 13:40:19 +00:00
|
|
|
"live-plugin-manager-git-fix": "^0.12.1",
|
2016-10-15 19:54:19 +00:00
|
|
|
"merge": "^1.2.0",
|
2018-07-11 14:53:12 +00:00
|
|
|
"mocha": "^5.2.0",
|
2018-06-14 08:09:02 +00:00
|
|
|
"neo-blessed": "^0.2.0",
|
2018-06-27 18:32:13 +00:00
|
|
|
"netcat": "^1.3.5",
|
2018-06-04 17:12:51 +00:00
|
|
|
"node-ipc": "^9.1.1",
|
2018-06-27 18:32:13 +00:00
|
|
|
"node-netcat": "^1.4.8",
|
2018-06-14 08:09:02 +00:00
|
|
|
"ora": "^2.1.0",
|
2018-05-09 22:43:09 +00:00
|
|
|
"os-locale": "^2.1.0",
|
2017-12-19 17:57:03 +00:00
|
|
|
"parse-json": "^4.0.0",
|
2017-03-09 11:07:24 +00:00
|
|
|
"promptly": "^2.1.0",
|
2017-12-19 18:29:48 +00:00
|
|
|
"propose": "0.0.5",
|
2018-04-17 19:07:00 +00:00
|
|
|
"request": "^2.85.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",
|
2018-06-12 12:50:49 +00:00
|
|
|
"simples": "^0.8.8",
|
2018-06-01 22:09:54 +00:00
|
|
|
"solc": "0.4.24",
|
2018-05-20 16:23:48 +00:00
|
|
|
"string-replace-async": "^1.2.1",
|
2017-12-07 20:27:03 +00:00
|
|
|
"style-loader": "^0.19.0",
|
2017-07-05 12:35:51 +00:00
|
|
|
"tar": "^3.1.5",
|
2017-01-14 00:17:01 +00:00
|
|
|
"toposort": "^1.0.0",
|
2018-04-30 05:56:43 +00:00
|
|
|
"underscore": "^1.9.0",
|
2017-03-29 15:37:30 +00:00
|
|
|
"underscore.string": "^3.3.4",
|
2017-12-14 00:24:20 +00:00
|
|
|
"url-loader": "^0.6.2",
|
2018-05-16 15:25:06 +00:00
|
|
|
"uuid": "^3.2.1",
|
2018-03-22 14:43:29 +00:00
|
|
|
"viz.js": "^1.8.1",
|
2018-04-17 18:48:17 +00:00
|
|
|
"web3": "1.0.0-beta.34",
|
2018-01-12 19:21:36 +00:00
|
|
|
"webpack": "^3.10.0",
|
2017-12-19 20:14:09 +00:00
|
|
|
"window-size": "^1.1.0"
|
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",
|
|
|
|
"solidity",
|
|
|
|
"solc",
|
|
|
|
"blockchain",
|
|
|
|
"serverless"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/iurimatias/embark-framework",
|
|
|
|
"license": "MIT",
|
2015-06-28 02:20:07 +00:00
|
|
|
"devDependencies": {
|
2018-03-30 16:07:58 +00:00
|
|
|
"eslint": "4.13.1",
|
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",
|
2017-03-09 11:07:24 +00:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
2018-07-11 15:56:24 +00:00
|
|
|
"grunt-contrib-coffee": "^2.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",
|
2015-06-28 20:11:42 +00:00
|
|
|
"mocha-sinon": "^1.1.4",
|
2018-04-19 19:13:41 +00:00
|
|
|
"sinon": "^4.5.0"
|
2015-06-28 02:20:07 +00:00
|
|
|
}
|
2015-05-24 12:38:56 +00:00
|
|
|
}
|