{ "name": "parity.js", "version": "0.2.113", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ", "maintainers": [ "Jaco Greeff", "Nicolas Gotchac", "Jannis Redmann" ], "contributors": [], "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/ethcore/parity.git" }, "keywords": [ "Ethereum", "ABI", "API", "Web3", "RPC", "Parity", "Promise" ], "scripts": { "build": "npm run build:lib && npm run build:dll && npm run build:app", "build:app": "webpack --config webpack/app --progress", "build:lib": "webpack --config webpack/libraries --progress", "build:dll": "webpack --config webpack/vendor --progress", "ci:build": "npm run ci:build:lib && npm run ci:build:dll && npm run ci:build:app", "ci:build:app": "NODE_ENV=production webpack --config webpack/app", "ci:build:lib": "NODE_ENV=production webpack --config webpack/libraries", "ci:build:dll": "NODE_ENV=production webpack --config webpack/vendor", "ci:build:npm": "NODE_ENV=production webpack --config webpack/npm", "start": "npm install && npm run build:lib && npm run build:dll && npm run start:app", "start:app": "node webpack/dev.server", "clean": "rm -rf ./build ./coverage", "coveralls": "npm run testCoverage && coveralls < coverage/lcov.info", "lint": "eslint --ignore-path .gitignore ./src/", "lint:cached": "eslint --cache --ignore-path .gitignore ./src/", "test": "NODE_ENV=test mocha 'src/**/*.spec.js'", "test:coverage": "NODE_ENV=test istanbul cover _mocha -- 'src/**/*.spec.js'", "test:e2e": "NODE_ENV=test mocha 'src/**/*.e2e.js'", "test:npm": "(cd .npmjs && npm i) && node test/npmParity && (rm -rf .npmjs/node_modules)", "prepush": "npm run lint:cached" }, "devDependencies": { "babel-cli": "6.18.0", "babel-core": "6.20.0", "babel-eslint": "7.1.1", "babel-loader": "6.2.8", "babel-plugin-lodash": "3.2.10", "babel-plugin-react-intl": "2.2.0", "babel-plugin-transform-class-properties": "6.18.0", "babel-plugin-transform-decorators-legacy": "1.3.4", "babel-plugin-transform-object-rest-spread": "6.20.2", "babel-plugin-transform-react-remove-prop-types": "0.2.11", "babel-plugin-transform-runtime": "6.15.0", "babel-plugin-webpack-alias": "2.1.2", "babel-polyfill": "6.20.0", "babel-preset-env": "1.0.2", "babel-preset-es2015": "6.18.0", "babel-preset-es2016": "6.16.0", "babel-preset-es2017": "6.16.0", "babel-preset-react": "6.16.0", "babel-preset-stage-0": "6.16.0", "babel-register": "6.18.0", "babel-runtime": "6.20.0", "chai": "3.5.0", "chai-as-promised": "6.0.0", "chai-enzyme": "0.6.1", "circular-dependency-plugin": "2.0.0", "copy-webpack-plugin": "4.0.1", "core-js": "2.4.1", "coveralls": "2.11.15", "css-loader": "0.26.1", "ejs-loader": "0.3.0", "enzyme": "2.6.0", "eslint": "3.11.1", "eslint-config-semistandard": "7.0.0", "eslint-config-standard": "6.2.1", "eslint-config-standard-react": "4.2.0", "eslint-plugin-promise": "3.4.0", "eslint-plugin-react": "6.7.1", "eslint-plugin-standard": "2.0.1", "express": "4.14.0", "extract-loader": "0.1.0", "extract-text-webpack-plugin": "2.0.0-beta.4", "file-loader": "0.9.0", "happypack": "3.0.0", "html-loader": "0.4.4", "html-webpack-plugin": "2.24.1", "http-proxy-middleware": "0.17.2", "husky": "0.11.9", "ignore-styles": "5.0.1", "image-webpack-loader": "3.0.0", "istanbul": "1.0.0-alpha.2", "jsdom": "9.8.3", "json-loader": "0.5.4", "mocha": "3.2.0", "mock-local-storage": "1.0.2", "mock-socket": "6.0.3", "nock": "9.0.2", "postcss-import": "9.0.0", "postcss-loader": "1.2.0", "postcss-nested": "1.0.0", "postcss-simple-vars": "3.0.0", "progress": "1.1.8", "raw-loader": "0.5.1", "react-addons-perf": "15.4.1", "react-addons-test-utils": "15.4.1", "react-hot-loader": "3.0.0-beta.6", "react-intl-aggregate-webpack-plugin": "0.0.1", "rucksack-css": "0.9.1", "sinon": "1.17.6", "sinon-as-promised": "4.0.2", "sinon-chai": "2.8.0", "style-loader": "0.13.1", "url-loader": "0.5.7", "webpack": "2.1.0-beta.27", "webpack-dev-middleware": "1.8.4", "webpack-error-notification": "0.1.6", "webpack-hot-middleware": "2.13.2", "websocket": "1.0.23" }, "dependencies": { "bignumber.js": "3.0.1", "blockies": "0.0.2", "brace": "0.9.0", "bytes": "2.4.0", "es6-error": "4.0.0", "es6-promise": "4.0.5", "ethereumjs-tx": "1.1.4", "eventemitter3": "2.0.2", "file-saver": "1.3.3", "flat": "2.0.1", "format-json": "1.0.3", "format-number": "2.0.1", "geopattern": "1.2.3", "isomorphic-fetch": "2.2.1", "js-sha3": "0.5.5", "lodash": "4.17.2", "marked": "0.3.6", "material-ui": "0.16.5", "material-ui-chip-input": "0.11.1", "mobx": "2.6.4", "mobx-react": "4.0.3", "mobx-react-devtools": "4.2.10", "moment": "2.17.0", "phoneformat.js": "1.0.3", "push.js": "0.0.11", "qs": "6.3.0", "react": "15.4.1", "react-ace": "4.1.0", "react-addons-css-transition-group": "15.4.1", "react-copy-to-clipboard": "4.2.3", "react-dom": "15.4.1", "react-dropzone": "3.7.3", "react-intl": "2.1.5", "react-redux": "4.4.6", "react-router": "3.0.0", "react-router-redux": "4.0.7", "react-tap-event-plugin": "2.0.1", "react-tooltip": "3.2.2", "recharts": "0.15.2", "redux": "3.6.0", "redux-actions": "1.1.0", "redux-thunk": "2.1.0", "rlp": "2.0.0", "scryptsy": "2.0.0", "solc": "ngotchac/solc-js", "store": "1.3.20", "utf8": "2.1.2", "valid-url": "1.0.9", "validator": "6.2.0", "web3": "0.17.0-beta", "whatwg-fetch": "2.0.1", "worker-loader": "0.7.1" } }