Merge pull request #10 from cubedro/master
NPM module with minification for browser integration.
Showing
.bowerrc
0 → 100644
.editorconfig
0 → 100644
.jshintrc
0 → 100644
.npmignore
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
bower.json
0 → 100644
dist/ethereum.js
0 → 100644
This diff is collapsed.
dist/ethereum.js.map
0 → 100644
This diff is collapsed.
dist/ethereum.min.js
0 → 100644
example/index.html
0 → 100644
example/node-app.js
0 → 100644
gulpfile.js
0 → 100644
httprpc.js
deleted
100644 → 0
index.html
deleted
100644 → 0
index.js
0 → 100644
index_qt.js
0 → 100644
lib/autoprovider.js
0 → 100644
lib/httprpc.js
0 → 100644
lib/main.js
0 → 100644
This diff is collapsed.
lib/qt.js
0 → 100644
lib/websocket.js
0 → 100644
main.js
deleted
100644 → 0
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "ethereum.js", | |||
| "namespace": "ethereum", | |||
| "version": "0.0.3", | |||
| "description": "Ethereum Compatible JavaScript API", | |||
| "main": "./index.js", | |||
| "directories": { | |||
| "lib": "./lib" | |||
| }, | |||
| "dependencies": { | |||
| "es6-promise": "*", | |||
| "ws": "*", | |||
| "xmlhttprequest": "*" | |||
| }, | |||
| "devDependencies": { | |||
| "bower": ">=1.3.0", | |||
| "browserify": ">=6.0", | |||
| "del": ">=0.1.1", | |||
| "envify": "^3.0.0", | |||
| "exorcist": "^0.1.6", | |||
| "gulp": ">=3.4.0", | |||
| "gulp-jshint": ">=1.5.0", | |||
| "gulp-rename": ">=1.2.0", | |||
| "gulp-uglify": ">=1.0.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" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/ethereum/ethereum.js.git" | |||
| }, | |||
| "homepage": "https://github.com/ethereum/ethereum.js", | |||
| "bugs": { | |||
| "url": "https://github.com/ethereum/ethereum.js/issues" | |||
| }, | |||
| "keywords": [ | |||
| "ethereum", | |||
| "javascript", | |||
| "API" | |||
| ], | |||
| "author": "ethdev.com", | |||
| "authors": [ | |||
| { | |||
| "name": "Jeffery Wilcke", | |||
| "email": "jeff@ethdev.com", | |||
| "url": "https://github.com/obscuren" | |||
| }, | |||
| { | |||
| "name": "Marek Kotewicz", | |||
| "email": "marek@ethdev.com", | |||
| "url": "https://github.com/debris" | |||
| }, | |||
| { | |||
| "name": "Marian Oancea", | |||
| "email": "marian@ethdev.com", | |||
| "url": "https://github.com/cubedro" | |||
| } | |||
| ], | |||
| "license": "LGPL-3.0" | |||
| } |
qt.js
deleted
100644 → 0
websocket.js
deleted
100644 → 0
Please register or sign in to comment