aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 07fd971c9..0b9db9f20 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,11 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Ethereum Compatible JavaScript API",
"main": "./index.js",
"directories": {
- "lib": "lib",
- "example": "example"
+ "lib": "./lib"
},
"dependencies": {
"es6-promise": "*",
@@ -17,21 +16,22 @@
"bower": ">=1.3.0",
"browserify": ">=6.0",
"del": ">=0.1.1",
+ "envify": "^3.0.0",
+ "exorcist": "^0.1.6",
"gulp": ">=3.4.0",
- "gulp-browserify-thin": ">=0.1.0",
"gulp-jshint": ">=1.5.0",
"gulp-rename": ">=1.2.0",
"gulp-uglify": ">=1.0.0",
- "jshint": ">=2.5.0"
+ "jshint": ">=2.5.0",
+ "uglifyify": "^2.6.0",
+ "unreachable-branch-transform": "^0.1.0",
+ "vinyl-source-stream": "^1.0.0"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"lint": "gulp lint"
},
- "browser": {
- "xmlhttprequest": "./lib/browser_fix/xhr.js"
- },
"repository": {
"type": "git",
"url": "https://github.com/cubedro/ethereum.js.git"