sia.js
Version:
Node wrapper for siad of the Sia network
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "sia.js",
"version": "0.4.2",
"description": "Node wrapper for siad of the Sia network",
"repository": {
"type": "git",
"url": "git+https://github.com/NebulousLabs/Nodejs-Sia.git"
},
"main": "lib/sia.js",
"scripts": {
"build": "babel -d lib/ src/",
"test": "npm run lint && mocha --compilers js:babel-register --recursive ./test",
"prepublish": "npm run build",
"lint": "eslint --max-warnings 0 ./src ./test",
"kill": "killall siad; while pgrep siad; do sleep .5; done;",
"clean": "npm run kill && rm -rf Sia node_modules"
},
"keywords": [
"Sia",
"Sia-UI",
"Decentralized",
"Cloud",
"Storage",
"Altcoin",
"Cryptocurrency"
],
"bugs": {
"url": "https://github.com/NebulousLabs/Nodejs-Sia/issues"
},
"author": "Nebulous Labs",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^8.0.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.11.0",
"babel-register": "^6.18.0",
"babel-runtime": "^6.18.0",
"chai": "^4.1.2",
"eslint": "4.7.2",
"mocha": "^3.5.3",
"nock": "^9.0.18",
"proxyquire": "^1.7.10",
"readdir": "0.0.13",
"sinon": "^3.3.0"
},
"dependencies": {
"bignumber.js": "^4.0.4",
"request": "^2.81.0"
}
}