2015-05-24 08:38:56 -04:00
|
|
|
{
|
2016-10-18 05:48:47 -04:00
|
|
|
"name": "embark",
|
2018-06-19 17:54:10 -04:00
|
|
|
"version": "3.1.0",
|
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/",
|
2018-07-11 11:43:42 -04:00
|
|
|
"test": "mocha test/ --no-timeouts --exit",
|
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": {
|
2018-07-11 15:25:44 -05:00
|
|
|
"embark": "./bin/embark"
|
2015-05-24 08:38:56 -04:00
|
|
|
},
|
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",
|
2018-07-24 09:49:43 +01:00
|
|
|
"url": "https://github.com/embark-framework/embark.git"
|
2017-01-13 19:17:01 -05:00
|
|
|
},
|
2015-05-24 08:38:56 -04:00
|
|
|
"dependencies": {
|
2018-07-19 20:49:15 -05:00
|
|
|
"@babel/core": "7.0.0-beta.54",
|
|
|
|
"@babel/plugin-transform-runtime": "7.0.0-beta.54",
|
|
|
|
"@babel/preset-env": "7.0.0-beta.54",
|
|
|
|
"@babel/preset-react": "7.0.0-beta.54",
|
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-07-16 04:08:09 -05:00
|
|
|
"babel-loader": "^8.0.0-beta.4",
|
2018-04-17 15:07:00 -04:00
|
|
|
"babel-plugin-webpack-aliases": "^1.1.3",
|
2018-05-10 14:52:51 -04:00
|
|
|
"bip39": "^2.5.0",
|
2018-04-30 15:56:43 +10:00
|
|
|
"chokidar": "^2.0.3",
|
2018-06-01 13:44:49 -04:00
|
|
|
"clone-deep": "^4.0.0",
|
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-07-06 11:38:09 +03:00
|
|
|
"decompress": "^4.2.0",
|
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-07-27 14:42:31 -04:00
|
|
|
"embarkjs": "^0.3.0",
|
2018-05-23 11:13:47 -05:00
|
|
|
"eth-ens-namehash": "^2.0.8",
|
2018-04-30 15:56:43 +10:00
|
|
|
"eth-lib": "^0.2.8",
|
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",
|
2018-06-13 12:03:00 -04:00
|
|
|
"ganache-cli": "6.1.0",
|
2017-02-19 08:59:51 -05:00
|
|
|
"globule": "^1.1.0",
|
2018-07-19 20:49:53 -05:00
|
|
|
"hard-source-webpack-plugin": "^0.11.1",
|
2018-06-07 12:50:22 -04:00
|
|
|
"http-proxy": "^1.17.0",
|
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-06-13 09:40:19 -04:00
|
|
|
"live-plugin-manager-git-fix": "^0.12.1",
|
2016-10-15 15:54:19 -04:00
|
|
|
"merge": "^1.2.0",
|
2018-07-11 10:53:12 -04:00
|
|
|
"mocha": "^5.2.0",
|
2018-06-14 18:09:02 +10:00
|
|
|
"neo-blessed": "^0.2.0",
|
2018-06-27 14:32:13 -04:00
|
|
|
"netcat": "^1.3.5",
|
2018-06-04 13:12:51 -04:00
|
|
|
"node-ipc": "^9.1.1",
|
2018-06-27 14:32:13 -04:00
|
|
|
"node-netcat": "^1.4.8",
|
2018-06-14 18:09:02 +10:00
|
|
|
"ora": "^2.1.0",
|
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-06-12 08:50:49 -04:00
|
|
|
"simples": "^0.8.8",
|
2018-06-01 18:09:54 -04:00
|
|
|
"solc": "0.4.24",
|
2018-05-20 12:23:48 -04:00
|
|
|
"string-replace-async": "^1.2.1",
|
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-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-07-19 20:49:30 -05:00
|
|
|
"webpack": "^4.16.1",
|
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",
|
|
|
|
"solidity",
|
|
|
|
"solc",
|
|
|
|
"blockchain",
|
|
|
|
"serverless"
|
|
|
|
],
|
2018-07-24 09:49:43 +01:00
|
|
|
"homepage": "https://embark.status.im/",
|
2017-01-13 19:17:01 -05:00
|
|
|
"license": "MIT",
|
2015-06-27 22:20:07 -04:00
|
|
|
"devDependencies": {
|
2018-03-30 12:07:58 -04:00
|
|
|
"eslint": "4.13.1",
|
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
|
|
|
}
|