embark-area-51/package.json

144 lines
3.9 KiB
JSON
Raw Normal View History

2015-05-24 08:38:56 -04:00
{
"name": "embark",
2018-10-11 15:50:07 -04:00
"version": "3.2.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": {
2018-10-08 00:37:48 -05:00
"lint": "eslint bin/embark lib/",
"test": "npm-run-all lint test:*",
"test:embark": "mocha test/ --no-timeouts --exit",
"test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp",
"test:contracts_app": "cross-env DAPP=\"contracts_app\" npm run test_dapp",
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\""
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
},
"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-10-01 18:32:50 -05:00
"@babel/core": "7.1.2",
2018-10-01 18:33:32 -05:00
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-destructuring": "7.1.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
2018-10-01 18:32:50 -05:00
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
2018-10-01 18:34:09 -05:00
"@babel/preset-typescript": "7.1.0",
2018-10-01 18:32:50 -05:00
"@babel/runtime-corejs2": "7.1.2",
"ascii-table": "0.0.9",
"async": "2.6.1",
2018-10-01 18:32:50 -05:00
"babel-loader": "8.0.4",
2018-10-01 18:33:32 -05:00
"babel-plugin-macros": "2.4.2",
"babel-plugin-module-resolver": "3.1.1",
2018-10-01 18:33:32 -05:00
"babel-plugin-transform-react-remove-prop-types": "0.4.18",
"bip39": "2.5.0",
"check-dependencies": "1.1.0",
"chokidar": "2.0.4",
"clone-deep": "4.0.0",
"colors": "1.3.2",
"commander": "2.18.0",
2018-10-01 18:32:50 -05:00
"compression-webpack-plugin": "2.0.0",
"css-loader": "1.0.0",
"decompress": "4.2.0",
"deep-equal": "1.0.1",
"ejs": "2.6.1",
2018-09-26 18:51:05 -04:00
"embarkjs": "0.4.3",
"eth-ens-namehash": "2.0.8",
"eth-lib": "0.2.8",
"ethereumjs-wallet": "0.6.0",
"express": "4.16.3",
"express-ws": "4.0.0",
2018-10-01 18:32:50 -05:00
"file-loader": "2.0.0",
"finalhandler": "1.1.1",
2018-08-26 12:35:20 -05:00
"find-up": "2.1.0",
"flatted": "0.2.3",
"follow-redirects": "1.5.7",
"fs-extra": "2.1.2",
"ganache-cli": "6.1.8",
"glob": "7.1.3",
"globule": "1.2.1",
2018-10-01 18:32:50 -05:00
"hard-source-webpack-plugin": "0.12.0",
"hosted-git-info": "2.7.1",
"http-proxy": "1.17.0",
"http-shutdown": "1.2.0",
"i18n": "0.8.3",
2017-12-13 10:59:53 -05:00
"ipfs-api": "17.2.4",
"is-valid-domain": "0.0.5",
"istanbul": "0.4.5",
2018-09-10 01:57:10 -05:00
"json-parse-better-errors": "1.0.2",
"live-plugin-manager-git-fix": "0.12.1",
"lodash.clonedeep": "4.5.0",
"merge": "1.2.0",
"mocha": "5.2.0",
"multihashes": "0.4.14",
"neo-blessed": "0.2.0",
"netcat": "1.3.5",
"node-ipc": "9.1.1",
"node-netcat": "1.4.8",
2018-10-01 19:15:44 -05:00
"node-sass": "4.9.3",
2018-08-07 19:45:35 -05:00
"npmlog": "4.1.2",
"opn": "5.3.0",
"ora": "2.1.0",
"os-locale": "2.1.0",
"parse-json": "4.0.0",
"pkg-up": "2.0.0",
"promptly": "2.2.0",
2017-12-19 13:29:48 -05:00
"propose": "0.0.5",
"remix-tests": "0.0.13",
"request": "2.88.0",
2018-10-01 19:15:44 -05:00
"sass-loader": "7.1.0",
2018-07-09 01:17:06 -05:00
"semver": "5.5.1",
"serve-static": "1.13.2",
"shelljs": "0.5.3",
"simples": "0.8.8",
2018-09-14 18:50:46 -04:00
"solc": "0.4.25",
"string-replace-async": "1.2.1",
2018-10-01 18:32:50 -05:00
"style-loader": "0.23.0",
2018-08-26 12:35:41 -05:00
"subdir": "0.0.3",
"swarm-api": "0.1.2",
"tar": "3.2.1",
"toposort": "1.0.7",
"underscore": "1.9.1",
2018-10-01 18:32:50 -05:00
"url-loader": "1.1.1",
"uuid": "3.3.2",
"viz.js": "1.8.2",
2018-10-11 15:31:50 -04:00
"web3": "1.0.0-beta.34",
2018-10-01 18:32:50 -05:00
"webpack": "4.19.0",
"websocket": "1.0.28",
"window-size": "1.1.1"
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",
"devDependencies": {
2018-09-21 16:41:53 -05:00
"chai": "4.1.2",
2018-09-21 16:44:41 -05:00
"cross-env": "5.2.0",
"eslint": "4.13.1",
"mocha-sinon": "1.2.0",
2018-09-21 16:43:04 -05:00
"npm-run-all": "4.1.3",
2018-09-21 16:41:53 -05:00
"sinon": "4.5.0"
},
"engines": {
"node": ">=8.11.3",
"npm": ">=6.4.1"
}
2015-05-24 08:38:56 -04:00
}