webu
Version:
IrChain JavaScript API, middleware to talk to a irchain node over RPC
47 lines (46 loc) • 872 B
JSON
{
"name": "webu",
"namespace": "irchain",
"version": "2.0.3",
"description": "IrChain Compatible JavaScript API",
"main": [
"./dist/webu.js",
"./dist/webu.min.js"
],
"dependencies": {
"bignumber.js": ">=2.0.0",
"crypto-js": "~3.1.4"
},
"repository": {
"type": "git",
"url": "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"
],
"authors": [],
"license": "LGPL-3.0",
"ignore": [
"example",
"lib",
"node_modules",
"package.json",
"package.js",
".versions",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
"gulpfile.js",
"index.js",
"**/*.txt"
]
}