nifty-wallet/package.json

208 lines
6.7 KiB
JSON
Raw Normal View History

2015-07-31 18:38:02 -07:00
{
2015-10-09 23:14:18 -07:00
"name": "metamask-crx",
2015-07-31 18:38:02 -07:00
"version": "0.0.0",
2015-10-09 23:14:18 -07:00
"public": false,
"private": true,
2016-01-14 18:26:54 -08:00
"scripts": {
2016-10-19 15:15:27 -07:00
"start": "npm run dev",
2016-10-19 14:57:30 -07:00
"dev": "gulp dev --debug",
2017-01-10 13:46:15 -08:00
"disc": "gulp disc --debug",
"clear": "rm -rf node_modules/eth-contract-metadata && rm -rf node_modules/eth-phishing-detect",
2017-07-12 15:31:29 -07:00
"dist": "npm run clear && npm install && gulp dist",
"test": "npm run lint && npm run test-unit && npm run test-integration",
"test-unit": "METAMASK_ENV=test mocha --require test/helper.js --recursive \"test/unit/**/*.js\"",
2017-06-21 17:28:19 -07:00
"single-test": "METAMASK_ENV=test mocha --require test/helper.js",
"test-integration": "npm run buildMock && npm run buildCiUnits && testem ci -P 2",
2017-07-24 13:46:02 -07:00
"test-coverage": "nyc npm run test-unit && nyc report --reporter=text-lcov | coveralls",
2017-07-25 16:33:52 -07:00
"ci": "npm run lint && npm run test-coverage && npm run test-integration",
"lint": "gulp lint",
"buildCiUnits": "node test/integration/index.js",
"watch": "mocha watch --recursive \"test/unit/**/*.js\"",
"genStates": "node development/genStates.js",
"ui": "npm run genStates && beefy ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"buildMock": "npm run genStates && browserify ./mock-dev.js -o ./development/bundle.js",
"testem": "npm run buildMock && testem",
"announce": "node development/announcer.js",
2017-02-02 15:02:32 -08:00
"generateNotice": "node notices/notice-generator.js",
2017-04-27 05:26:29 -07:00
"deleteNotice": "node notices/notice-delete.js",
2017-04-27 06:25:00 -07:00
"mascara": "node ./mascara/example/server",
"buildMascaraCi": "browserify mascara/test/window-load.js -o mascara/test/bundle.js",
"buildMascaraSWCi": "browserify mascara/src/background.js -o mascara/test/background.js",
"mascaraCi": "npm run buildMascaraCi && npm run buildMascaraSWCi && node mascara/test/index.js",
"testMascara": "cd mascara/test && npm run mascaraCi && testem ci -P 3"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
2017-05-12 11:31:40 -07:00
"es2015",
2017-05-15 15:31:19 -07:00
"stage-0"
]
}
2017-01-10 15:33:00 -08:00
],
"reactify",
2017-04-05 10:24:30 -07:00
"envify",
2017-01-10 15:33:00 -08:00
"brfs"
]
2016-01-14 18:26:54 -08:00
},
2015-07-31 18:38:02 -07:00
"dependencies": {
2017-07-18 15:41:30 -07:00
"async": "^2.5.0",
"await-semaphore": "^0.1.1",
2017-05-12 11:31:40 -07:00
"babel-runtime": "^6.23.0",
2016-10-27 16:50:01 -07:00
"bip39": "^2.2.0",
"bluebird": "^3.5.0",
2017-08-04 11:42:13 -07:00
"bn.js": "^4.11.7",
"boron": "^0.2.3",
2016-12-20 10:11:51 -08:00
"browser-passworder": "^2.0.3",
2016-04-20 13:22:41 -07:00
"browserify-derequire": "^0.9.4",
2017-06-08 17:33:27 -07:00
"client-sw-ready-event": "^3.3.0",
2017-07-18 15:41:30 -07:00
"clone": "^2.1.1",
2017-08-03 16:38:44 -07:00
"copy-to-clipboard": "^3.0.8",
"debounce": "^1.0.0",
2017-07-18 15:41:30 -07:00
"deep-extend": "^0.5.0",
2017-05-15 14:35:24 -07:00
"detect-node": "^2.0.3",
2017-01-10 13:46:15 -08:00
"disc": "^1.3.2",
2016-01-15 02:03:42 -08:00
"dnode": "^1.2.2",
2016-01-17 01:27:25 -08:00
"end-of-stream": "^1.1.0",
2016-08-12 13:25:38 -07:00
"ensnare": "^1.0.0",
2016-10-24 16:12:44 -07:00
"eth-bin-to-ops": "^1.0.1",
2017-07-12 15:31:29 -07:00
"eth-contract-metadata": "^1.1.4",
"eth-hd-keyring": "^1.1.1",
2017-08-04 14:11:40 -07:00
"eth-phishing-detect": "^1.1.4",
2017-06-14 21:42:29 -07:00
"eth-query": "^2.1.2",
2017-07-19 11:56:53 -07:00
"eth-sig-util": "^1.2.2",
"eth-simple-keyring": "^1.1.1",
"eth-token-tracker": "^1.1.2",
"ethereumjs-tx": "^1.3.0",
2017-08-03 16:38:44 -07:00
"ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",
2016-10-20 16:44:31 -07:00
"ethereumjs-wallet": "^0.6.0",
"ethjs-ens": "^2.0.0",
2017-08-09 16:18:38 -07:00
"ethjs-query": "^0.2.9",
"express": "^4.14.0",
"extension-link-enabler": "^1.0.0",
"extensionizer": "^1.0.0",
2017-07-26 15:25:30 -07:00
"fast-levenshtein": "^2.0.6",
2017-08-03 16:38:44 -07:00
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-eslint": "^4.0.0",
"gulp-sass": "^3.1.0",
"hat": "0.0.3",
2017-07-18 15:41:30 -07:00
"idb-global": "^2.1.0",
"identicon.js": "^2.3.1",
2016-08-26 11:08:23 -07:00
"iframe": "^1.0.0",
2017-07-18 15:41:30 -07:00
"iframe-stream": "^3.0.0",
2016-01-14 18:26:54 -08:00
"inject-css": "^0.1.1",
2016-10-27 16:01:21 -07:00
"jazzicon": "^1.2.0",
2017-02-20 12:59:44 -08:00
"loglevel": "^1.4.1",
"metamask-logo": "^2.1.2",
2016-05-22 15:23:16 -07:00
"mississippi": "^1.2.0",
2017-01-10 13:46:15 -08:00
"mkdirp": "^0.5.1",
2016-03-09 18:33:30 -08:00
"multiplex": "^6.7.0",
2017-05-22 15:43:20 -07:00
"number-to-bn": "^1.7.0",
"obs-store": "^2.3.1",
2016-05-05 16:04:43 -07:00
"once": "^1.3.3",
"ping-pong-stream": "^1.0.0",
"pojo-migrator": "^2.1.0",
2016-04-18 11:31:06 -07:00
"polyfill-crypto.getrandomvalues": "^1.0.0",
2017-07-18 15:41:30 -07:00
"post-message-stream": "^3.0.0",
2016-11-29 14:56:02 -08:00
"promise-filter": "^1.1.0",
"promise-to-callback": "^1.0.0",
2017-01-24 19:47:00 -08:00
"pump": "^1.0.2",
2016-03-10 13:04:45 -08:00
"pumpify": "^1.3.4",
"qrcode-npm": "0.0.3",
2016-05-11 02:46:41 -07:00
"react": "^15.0.2",
2017-08-02 17:49:04 -07:00
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.5.4",
2017-07-18 15:41:30 -07:00
"react-hyperscript": "^3.0.0",
2016-06-30 21:46:19 -07:00
"react-markdown": "^2.3.0",
2017-07-18 15:41:30 -07:00
"react-redux": "^5.0.5",
"react-select": "^1.0.0-rc.2",
"react-simple-file-input": "^1.0.0",
2016-06-29 15:57:59 -07:00
"react-tooltip-component": "^0.3.0",
2017-08-02 17:49:04 -07:00
"react-transition-group": "^2.2.0",
"reactify": "^1.1.1",
2016-05-05 16:04:43 -07:00
"readable-stream": "^2.1.2",
"redux": "^3.0.5",
2017-07-18 15:41:30 -07:00
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"request-promise": "^4.1.1",
2016-05-18 14:36:35 -07:00
"sandwich-expando": "^1.0.5",
"semaphore": "^1.0.5",
"sw-stream": "^2.0.0",
"textarea-caret": "^3.0.1",
"through2": "^2.0.3",
2016-12-20 16:41:04 -08:00
"valid-url": "^1.0.9",
2016-05-13 17:02:33 -07:00
"vreme": "^3.0.2",
2017-08-03 16:38:44 -07:00
"web3": "^0.20.1",
"web3-provider-engine": "^13.2.9",
"web3-stream-provider": "^3.0.1",
2016-02-15 02:19:08 -08:00
"xtend": "^4.0.1"
2015-07-31 18:38:02 -07:00
},
"devDependencies": {
"babel-core": "^6.24.1",
2017-07-18 15:41:30 -07:00
"babel-eslint": "^7.2.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
2016-03-24 17:51:46 -07:00
"babel-register": "^6.7.2",
2016-04-14 15:26:26 -07:00
"babelify": "^7.2.0",
"beefy": "^2.1.5",
2016-04-14 15:26:26 -07:00
"brfs": "^1.4.3",
2017-07-18 15:41:30 -07:00
"browserify": "^14.4.0",
"chai": "^4.1.0",
"coveralls": "^2.13.1",
"deep-freeze-strict": "^1.1.1",
2017-07-18 15:41:30 -07:00
"del": "^3.0.0",
2017-04-05 10:24:30 -07:00
"envify": "^4.0.0",
"enzyme": "^2.8.2",
2017-05-04 14:34:25 -07:00
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-mocha": "^4.9.0",
"eth-json-rpc-middleware": "^1.2.7",
2017-08-08 17:46:09 -07:00
"fs-promise": "^2.0.3",
2016-03-02 23:06:43 -08:00
"gulp": "github:gulpjs/gulp#4.0",
2016-09-01 15:01:45 -07:00
"gulp-if": "^2.0.1",
"gulp-json-editor": "^2.2.1",
2016-03-02 23:06:43 -08:00
"gulp-livereload": "^3.8.1",
2017-07-18 15:41:30 -07:00
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylefmt": "^1.1.0",
"gulp-stylelint": "^4.0.0",
2016-03-02 23:29:43 -08:00
"gulp-util": "^3.0.7",
2016-03-02 23:06:43 -08:00
"gulp-watch": "^4.3.5",
2017-07-18 15:41:30 -07:00
"gulp-zip": "^4.0.0",
2017-01-10 12:39:01 -08:00
"isomorphic-fetch": "^2.2.1",
2017-07-18 15:41:30 -07:00
"jsdom": "^11.1.0",
"jsdom-global": "^3.0.2",
"jshint-stylish": "~2.2.1",
"json-rpc-engine": "^3.0.1",
2016-03-02 23:29:43 -08:00
"lodash.assign": "^4.0.6",
2017-07-18 15:41:30 -07:00
"mocha": "^3.4.2",
"mocha-eslint": "^4.0.0",
"mocha-jsdom": "^1.1.0",
2017-07-18 15:41:30 -07:00
"mocha-sinon": "^2.0.0",
"nock": "^9.0.14",
"nyc": "^11.0.3",
"open": "0.0.5",
"prompt": "^1.0.0",
2016-06-30 18:22:16 -07:00
"qs": "^6.2.0",
2017-07-18 15:41:30 -07:00
"qunit": "^1.0.0",
"react-addons-test-utils": "^15.5.1",
2017-05-15 14:35:24 -07:00
"react-test-renderer": "^15.5.4",
"react-testutils-additions": "^15.2.0",
2017-07-14 13:05:56 -07:00
"sinon": "^2.3.8",
2016-04-14 15:26:26 -07:00
"tape": "^4.5.1",
2016-08-10 10:34:18 -07:00
"testem": "^1.10.3",
2017-07-18 15:41:30 -07:00
"uglifyify": "^4.0.2",
2016-03-02 23:29:43 -08:00
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
2017-08-08 17:46:09 -07:00
"watchify": "^3.9.0"
2015-07-31 18:38:02 -07:00
},
"engines": {
"node": ">=0.8.0"
}
}