|
|
|
@ -12,7 +12,7 @@ |
|
|
|
|
"mascara": "METAMASK_DEBUG=true node ./mascara/example/server", |
|
|
|
|
"dist": "npm run dist:clear && npm install && gulp dist", |
|
|
|
|
"dist:clear": "rm -rf node_modules/eth-contract-metadata && rm -rf node_modules/eth-phishing-detect", |
|
|
|
|
"test": "npm run lint && npm run test:coverage && npm run test:integration", |
|
|
|
|
"test": "npm run lint && npm run test:coverage && npm run test:e2e", |
|
|
|
|
"test:unit": "METAMASK_ENV=test mocha --exit --compilers js:babel-core/register --require test/helper.js --recursive \"test/unit/**/*.js\"", |
|
|
|
|
"test:single": "METAMASK_ENV=test mocha --require test/helper.js", |
|
|
|
|
"test:integration": "npm run test:flat && npm run test:mascara", |
|
|
|
@ -169,6 +169,7 @@ |
|
|
|
|
"brfs": "^1.4.3", |
|
|
|
|
"browserify": "^14.4.0", |
|
|
|
|
"chai": "^4.1.0", |
|
|
|
|
"chromedriver": "^2.34.1", |
|
|
|
|
"coveralls": "^3.0.0", |
|
|
|
|
"deep-freeze-strict": "^1.1.1", |
|
|
|
|
"del": "^3.0.0", |
|
|
|
@ -179,6 +180,7 @@ |
|
|
|
|
"eth-json-rpc-middleware": "^1.2.7", |
|
|
|
|
"fs-promise": "^2.0.3", |
|
|
|
|
"gulp": "github:gulpjs/gulp#4.0", |
|
|
|
|
"gulp-eslint": "^4.0.0", |
|
|
|
|
"gulp-if": "^2.0.1", |
|
|
|
|
"gulp-json-editor": "^2.2.1", |
|
|
|
|
"gulp-livereload": "^3.8.1", |
|
|
|
@ -187,7 +189,6 @@ |
|
|
|
|
"gulp-util": "^3.0.7", |
|
|
|
|
"gulp-watch": "^4.3.5", |
|
|
|
|
"gulp-zip": "^4.0.0", |
|
|
|
|
"gulp-eslint": "^4.0.0", |
|
|
|
|
"isomorphic-fetch": "^2.2.1", |
|
|
|
|
"jsdom": "^11.2.0", |
|
|
|
|
"jsdom-global": "^3.0.2", |
|
|
|
@ -211,8 +212,8 @@ |
|
|
|
|
"react-addons-test-utils": "^15.5.1", |
|
|
|
|
"react-test-renderer": "^15.6.2", |
|
|
|
|
"react-testutils-additions": "^15.2.0", |
|
|
|
|
"sinon": "^4.0.0", |
|
|
|
|
"selenium-webdriver": "^3.5.0", |
|
|
|
|
"sinon": "^4.0.0", |
|
|
|
|
"tape": "^4.5.1", |
|
|
|
|
"testem": "^1.10.3", |
|
|
|
|
"uglifyify": "^4.0.2", |
|
|
|
|