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

65 lines
1.8 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": {
"start": "grunt dev",
"build": "grunt build"
},
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",
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",
"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-03-08 22:27:38 +01:00
"web3-provider-engine": "^7.0.0",
2016-02-15 11:19:08 +01:00
"xtend": "^4.0.1"
2015-08-01 03:38:02 +02:00
},
"devDependencies": {
2016-03-03 08:06:43 +01:00
"browser-sync": "^2.11.1",
2016-03-03 08:29:43 +01:00
"browserify": "^13.0.0",
"del": "^2.2.0",
2015-08-01 03:38:02 +02:00
"grunt": "~0.4.1",
"grunt-browserify": "^4.0.0",
"grunt-chrome-manifest": "~0.2.0",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "~0.7.1",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha": "~0.4.10",
2016-03-03 08:06:43 +01:00
"grunt-svgmin": "~0.4.0",
2015-08-01 03:38:02 +02:00
"grunt-usemin": "~2.1.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",
2015-08-01 03:38:02 +02:00
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.4.0",
2016-03-03 08:29:43 +01:00
"lodash.assign": "^4.0.6",
"time-grunt": "~0.3.1",
"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"
}
}