aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/ext/ethereum.js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/assets/ext/ethereum.js/package.json')
-rw-r--r--cmd/mist/assets/ext/ethereum.js/package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/cmd/mist/assets/ext/ethereum.js/package.json b/cmd/mist/assets/ext/ethereum.js/package.json
index 8f5ba2255..8102a2592 100644
--- a/cmd/mist/assets/ext/ethereum.js/package.json
+++ b/cmd/mist/assets/ext/ethereum.js/package.json
@@ -1,16 +1,16 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.6",
+ "version": "0.0.13",
"description": "Ethereum Compatible JavaScript API",
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
- "es6-promise": "*",
"ws": "*",
- "xmlhttprequest": "*"
+ "xmlhttprequest": "*",
+ "bignumber.js": ">=2.0.0"
},
"devDependencies": {
"bower": ">=1.3.0",
@@ -25,12 +25,14 @@
"jshint": ">=2.5.0",
"uglifyify": "^2.6.0",
"unreachable-branch-transform": "^0.1.0",
- "vinyl-source-stream": "^1.0.0"
+ "vinyl-source-stream": "^1.0.0",
+ "mocha": ">=2.1.0"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
- "lint": "gulp lint"
+ "lint": "gulp lint",
+ "test": "mocha"
},
"repository": {
"type": "git",