nifty-wallet/package.json

108 lines
2.8 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-03-24 17:51:46 -07:00
"start": "gulp dev",
2016-06-21 14:01:40 -07:00
"test": "mocha --require test/helper.js --compilers js:babel-register --recursive",
2016-06-30 18:23:13 -07:00
"watch": "mocha watch --compilers js:babel-register --recursive",
"ui": "beefy ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
],
"brfs"
]
2016-01-14 18:26:54 -08:00
},
2015-07-31 18:38:02 -07:00
"dependencies": {
2016-02-10 11:47:21 -08:00
"async": "^1.5.2",
2016-04-20 13:22:41 -07:00
"browserify-derequire": "^0.9.4",
2016-02-10 17:44:46 -08:00
"clone": "^1.0.2",
"copy-to-clipboard": "^2.0.0",
"debounce": "^1.0.0",
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-06-16 19:51:34 -07:00
"eth-bin-to-ops": "^1.0.0",
"eth-lightwallet": "^2.3.3",
2016-02-10 18:28:57 -08:00
"eth-store": "^1.1.0",
2016-03-02 23:06:43 -08:00
"ethereumjs-tx": "^1.0.0",
"ethereumjs-util": "^4.4.0",
2016-06-21 12:07:13 -07:00
"gulp-eslint": "^2.0.0",
"hat": "0.0.3",
2016-04-29 12:45:46 -07:00
"identicon.js": "^1.2.1",
2016-01-14 18:26:54 -08:00
"inject-css": "^0.1.1",
2016-05-11 00:18:52 -07:00
"jazzicon": "^1.1.3",
"menu-droppo": "^1.1.0",
"metamask-logo": "^1.1.5",
2016-05-22 15:23:16 -07:00
"mississippi": "^1.2.0",
2016-03-09 18:33:30 -08:00
"multiplex": "^6.7.0",
2016-05-05 16:04:43 -07:00
"once": "^1.3.3",
"pojo-migrator": "^2.1.0",
2016-04-18 11:31:06 -07:00
"polyfill-crypto.getrandomvalues": "^1.0.0",
2016-03-10 13:04:45 -08:00
"pumpify": "^1.3.4",
2016-05-11 02:46:41 -07:00
"react": "^15.0.2",
2016-05-11 02:53:49 -07:00
"react-addons-css-transition-group": "^15.0.2",
2016-05-11 02:46:41 -07:00
"react-dom": "^15.0.2",
"react-hyperscript": "^2.2.2",
2016-06-30 21:46:19 -07:00
"react-markdown": "^2.3.0",
2016-05-11 02:46:41 -07:00
"react-redux": "^4.4.5",
2016-06-29 15:57:59 -07:00
"react-tooltip-component": "^0.3.0",
2016-05-05 16:04:43 -07:00
"readable-stream": "^2.1.2",
"redux": "^3.0.5",
"redux-logger": "^2.3.1",
"redux-thunk": "^1.0.2",
2016-05-18 14:36:35 -07:00
"sandwich-expando": "^1.0.5",
"textarea-caret": "^3.0.1",
"three.js": "^0.73.2",
2016-03-09 18:33:30 -08:00
"through2": "^2.0.1",
2016-05-13 17:02:33 -07:00
"vreme": "^3.0.2",
2016-05-12 03:02:08 -07:00
"web3": "ethereum/web3.js#0.16.0",
"web3-provider-engine": "^7.8.1",
2016-06-23 13:09:01 -07:00
"web3-stream-provider": "^2.0.5",
2016-02-15 02:19:08 -08:00
"xtend": "^4.0.1"
2015-07-31 18:38:02 -07:00
},
"devDependencies": {
2016-06-21 12:40:09 -07:00
"babel-eslint": "^6.0.5",
2016-03-24 17:51:46 -07:00
"babel-preset-es2015": "^6.6.0",
"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",
2016-03-02 23:29:43 -08:00
"browserify": "^13.0.0",
"chai": "^3.5.0",
"deep-freeze-strict": "^1.1.1",
2016-03-02 23:29:43 -08:00
"del": "^2.2.0",
2016-03-02 23:06:43 -08:00
"gulp": "github:gulpjs/gulp#4.0",
"gulp-livereload": "^3.8.1",
2016-03-02 23:29:43 -08:00
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
2016-03-02 23:06:43 -08:00
"gulp-watch": "^4.3.5",
"jsdom": "^8.1.0",
"jsdom-global": "^1.7.0",
2015-07-31 18:38:02 -07:00
"jshint-stylish": "~0.1.5",
2016-03-02 23:29:43 -08:00
"lodash.assign": "^4.0.6",
"mocha": "^2.4.5",
2016-06-21 14:01:40 -07:00
"mocha-eslint": "^2.1.1",
"mocha-jsdom": "^1.1.0",
"mocha-sinon": "^1.1.5",
2016-06-30 18:22:16 -07:00
"qs": "^6.2.0",
"sinon": "^1.17.3",
2016-04-14 15:26:26 -07:00
"tape": "^4.5.1",
"uglifyify": "^3.0.1",
2016-03-02 23:29:43 -08:00
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
2015-07-31 18:38:02 -07:00
},
"engines": {
"node": ">=0.8.0"
}
}