1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2015-08-01 03:38:02 +02:00
{
2015-10-10 08:14:18 +02:00
"name": "metamask-crx",
2015-08-01 03:38:02 +02:00
"version": "0.0.0",
2015-10-10 08:14:18 +02:00
"public": false,
"private": true,
2016-01-15 03:26:54 +01:00
"scripts": {
2016-03-25 01:51:46 +01:00
"start": "gulp dev",
"test": "mocha --require test/helper.js --compilers js:babel-register --recursive",
"watch": "mocha watch --compilers js:babel-register --recursive"
2016-01-15 03:26:54 +01:00
},
2015-08-01 03:38:02 +02:00
"dependencies": {
2016-02-10 20:47:21 +01:00
"async": "^1.5.2",
2016-02-11 02:44:46 +01:00
"clone": "^1.0.2",
2016-01-15 11:03:42 +01:00
"dnode": "^1.2.2",
2016-01-17 10:27:25 +01:00
"end-of-stream": "^1.1.0",
2016-03-03 08:06:43 +01:00
"eth-lightwallet": "^2.2.2",
2016-02-11 03:28:57 +01:00
"eth-store": "^1.1.0",
2016-03-03 08:06:43 +01:00
"ethereumjs-tx": "^1.0.0",
2015-08-01 08:05:04 +02:00
"ethereumjs-util": "^1.3.5",
2016-02-15 11:19:08 +01:00
"faux-jax": "git+https://github.com/kumavis/faux-jax.git#c3648de04804f3895c5b4972750cae5b51ddb103",
"hat": "0.0.3",
2016-01-15 03:26:54 +01:00
"inject-css": "^0.1.1",
2016-03-08 23:36:44 +01:00
"metamask-ui": "^1.5.0",
2016-03-10 03:33:30 +01:00
"multiplex": "^6.7.0",
"pojo-migrator": "^2.1.0",
2016-03-10 22:04:45 +01:00
"pumpify": "^1.3.4",
"readable-stream": "^2.0.5",
2016-03-10 03:33:30 +01:00
"through2": "^2.0.1",
2015-12-19 07:05:16 +01:00
"web3": "^0.15.1",
2016-04-01 01:32:35 +02:00
"web3-provider-engine": "^7.2.1",
2016-02-15 11:19:08 +01:00
"xtend": "^4.0.1"
2015-08-01 03:38:02 +02:00
},
"devDependencies": {
2016-03-25 01:51:46 +01:00
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
2016-03-03 08:29:43 +01:00
"browserify": "^13.0.0",
"del": "^2.2.0",
2016-03-03 08:06:43 +01:00
"gulp": "github:gulpjs/gulp#4.0",
"gulp-livereload": "^3.8.1",
2016-03-03 08:29:43 +01:00
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
2016-03-03 08:06:43 +01:00
"gulp-watch": "^4.3.5",
"jsdom": "^8.1.0",
"jsdom-global": "^1.7.0",
2015-08-01 03:38:02 +02:00
"jshint-stylish": "~0.1.5",
2016-03-03 08:29:43 +01:00
"lodash.assign": "^4.0.6",
"mocha": "^2.4.5",
"mocha-sinon": "^1.1.5",
"sinon": "^1.17.3",
2016-03-03 08:29:43 +01:00
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
2015-08-01 03:38:02 +02:00
},
"engines": {
"node": ">=0.8.0"
}
}