augur-ui-webserver
Version:
Webserver for the Augur UI
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "augur-ui-webserver",
"version": "1.1.0",
"description": "Webserver for the Augur UI",
"main": "server.js",
"bin": {
"augur-ui-webserver": "webserver.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"publish_to_npm": "clear; echo \"* * * * PUBLISH * * * *\"; NODE_ENV=production npm version patch && git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AugurProject/augur-ui-webserver.git"
},
"keywords": [
"augur",
"ui",
"webserver"
],
"author": "",
"license": "AAL",
"bugs": {
"url": "https://github.com/AugurProject/augur-ui-webserver/issues"
},
"homepage": "https://github.com/AugurProject/augur-ui-webserver#readme",
"dependencies": {
"chalk": "^1.1.3",
"file": "^0.2.2",
"node-static": "^0.7.7",
"posix-getopt": "^1.2.0"
},
"devDependencies": {
"npm-check-updates": "^2.6.8"
}
}