UNPKG

webu

Version:

IrChain JavaScript API, middleware to talk to a irchain node over RPC

64 lines (63 loc) 1.81 kB
{ "name": "webu", "namespace": "irchain", "version": "2.0.3", "description": "IrChain JavaScript API, middleware to talk to a irchain node over RPC", "main": "./index.js", "directories": { "example": "example", "lib": "lib", "test": "test" }, "dependencies": { "bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git", "crypto-js": "^3.1.4", "utf8": "^2.1.1", "xhr2": "*", "xmlhttprequest": "*" }, "browser": { "xmlhttprequest": "./lib/utils/browser-xhr.js" }, "devDependencies": { "bower": ">=1.4.1", "browserify": ">=10.0", "chai": "^3.0.0", "coveralls": "^2.11.2", "del": ">=2.0.2", "exorcist": "^0.4.0", "gulp": "^3.9.1", "gulp-jshint": ">=1.5.0", "gulp-rename": ">=1.2.0", "gulp-replace": "^0.5.3", "gulp-streamify": "0.0.5", "gulp-uglify": ">=1.2.0", "istanbul": "^0.4.4", "jshint": ">=2.5.0", "mocha": ">=2.3.3", "sandboxed-module": "^2.0.2", "vinyl-source-stream": "^1.1.0" }, "scripts": { "build": "gulp", "watch": "gulp watch", "lint": "jshint *.js lib", "test": "mocha; jshint *.js lib", "test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/irchain/webu.js.git" }, "homepage": "https://github.com/irchain/webu.js", "bugs": { "url": "https://github.com/irchain/webu.js/issues" }, "keywords": [ "irchain", "javascript", "API" ], "author": "irchain.io", "license": "LGPL-3.0" }