safenet
Version:
Low-level javascript API wrapper for communicating with the SAFE Network launcher
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "safenet",
"version": "0.0.1",
"description": "Low-level javascript API wrapper for communicating with the SAFE Network launcher",
"main": "lib/index.js",
"scripts": {
"preinstall": "npm run build",
"start": "webpack ./src/index.js ./lib/index.js --progress --colors --watch",
"build": "webpack ./src/index.js ./lib/index.js -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"safe",
"network",
"api",
"launcher",
"maidsafe",
"decentralized",
"decentralization"
],
"author": "Ephi Blanshey <hello@blanshey.com> (http://blanshey.com)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-as-promised": "^4.0.0"
},
"dependencies": {
"base64-js": "^1.1.1",
"es6-promise": "^3.1.2",
"isomorphic-fetch": "^2.2.1",
"tweetnacl": "^0.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eblanshey/safenet.git"
},
"bugs": {
"url": "https://github.com/eblanshey/safenet/issues"
},
"homepage": "https://github.com/eblanshey/safenet#readme"
}