diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-07 04:51:37 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-07 04:51:37 +0800 |
commit | 3270b432bcb007944e3b6e17329b062cb6b7da78 (patch) | |
tree | 197238043b4e4e7e5b20c2d985961e863fe52a92 /package.json | |
parent | bd14b4d23e5eaaf5359b73a2744727df5624ab97 (diff) | |
download | go-tangerine-3270b432bcb007944e3b6e17329b062cb6b7da78.tar go-tangerine-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.gz go-tangerine-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.bz2 go-tangerine-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.lz go-tangerine-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.xz go-tangerine-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.zst go-tangerine-3270b432bcb007944e3b6e17329b062cb6b7da78.zip |
Refactoring
Removed browser fixes
Updated gulp to bypass native browser objects
Added source map for dist
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
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" |