uplo.js
Version:
Node wrapper for uplod of the Uplo network
54 lines (53 loc) • 1.39 kB
JSON
{
"name": "uplo.js",
"version": "1.0.2",
"description": "Node wrapper for uplod of the Uplo network",
"repository": {
"type": "git",
"url": "git+https://github.com/uplo-tech/nodejs-uplo.git"
},
"main": "lib/uplo.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 uplod; while pgrep uplod; do sleep .5; done;",
"clean": "npm run kill && rm -rf Uplo node_modules"
},
"keywords": [
"uplo",
"uplo-ui",
"Decentralized",
"Cloud",
"Storage",
"Altcoin",
"Cryptocurrency"
],
"bugs": {
"url": "https://github.com/uplo-tech/issues"
},
"author": "David Gilbert",
"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"
}
}