Refactoring
Removed browser fixes Updated gulp to bypass native browser objects Added source map for dist
Showing
This diff is collapsed.
dist/ethereum.js.map
0 → 100644
This diff is collapsed.
This diff is collapsed.
lib/index.js
deleted
100644 → 0
{ | { | ||
"name": "ethereum.js", | "name": "ethereum.js", | ||
"namespace": "ethereum", | "namespace": "ethereum", | ||
"version": "0.0.1", | "version": "0.0.2", | ||
"description": "Ethereum Compatible JavaScript API", | "description": "Ethereum Compatible JavaScript API", | ||
"main": "./index.js", | "main": "./index.js", | ||
"directories": { | "directories": { | ||
"lib": "lib", | "lib": "./lib" | ||
"example": "example" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"es6-promise": "*", | "es6-promise": "*", | ||
... | @@ -17,21 +16,22 @@ | ... | @@ -17,21 +16,22 @@ |
"bower": ">=1.3.0", | "bower": ">=1.3.0", | ||
"browserify": ">=6.0", | "browserify": ">=6.0", | ||
"del": ">=0.1.1", | "del": ">=0.1.1", | ||
"envify": "^3.0.0", | |||
"exorcist": "^0.1.6", | |||
"gulp": ">=3.4.0", | "gulp": ">=3.4.0", | ||
"gulp-browserify-thin": ">=0.1.0", | |||
"gulp-jshint": ">=1.5.0", | "gulp-jshint": ">=1.5.0", | ||
"gulp-rename": ">=1.2.0", | "gulp-rename": ">=1.2.0", | ||
"gulp-uglify": ">=1.0.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": { | "scripts": { | ||
"build": "gulp", | "build": "gulp", | ||
"watch": "gulp watch", | "watch": "gulp watch", | ||
"lint": "gulp lint" | "lint": "gulp lint" | ||
}, | }, | ||
"browser": { | |||
"xmlhttprequest": "./lib/browser_fix/xhr.js" | |||
}, | |||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/cubedro/ethereum.js.git" | "url": "https://github.com/cubedro/ethereum.js.git" | ||
... | ... |
Please register or sign in to comment