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,
|
2016-02-08 20:47:42 +01:00
|
|
|
"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-01-15 11:03:42 +01:00
|
|
|
"eth-lightwallet": "^1.0.1",
|
2016-02-11 03:28:57 +01:00
|
|
|
"eth-store": "^1.1.0",
|
2015-10-10 08:14:18 +02:00
|
|
|
"ethereumjs-tx": "^0.6.7",
|
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-02-11 03:28:57 +01:00
|
|
|
"metamask-ui": "^1.0.0",
|
2016-02-10 21:04:39 +01:00
|
|
|
"readable-stream": "^2.0.5",
|
2015-12-19 07:05:16 +01:00
|
|
|
"web3": "^0.15.1",
|
2016-02-15 06:53:54 +01:00
|
|
|
"web3-provider-engine": "^5.0.1",
|
2016-02-15 11:19:08 +01:00
|
|
|
"xtend": "^4.0.1"
|
2015-08-01 03:38:02 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"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",
|
2015-08-02 05:50:29 +02:00
|
|
|
"grunt-svgmin": "~0.4.0",
|
2015-08-01 03:38:02 +02:00
|
|
|
"grunt-contrib-jshint": "~0.9.2",
|
|
|
|
"grunt-contrib-uglify": "~0.4.0",
|
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
|
|
"grunt-mocha": "~0.4.10",
|
|
|
|
"grunt-usemin": "~2.1.0",
|
|
|
|
"jshint-stylish": "~0.1.5",
|
|
|
|
"load-grunt-tasks": "~0.4.0",
|
|
|
|
"time-grunt": "~0.3.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8.0"
|
|
|
|
}
|
|
|
|
}
|