blob: c1193b7e87604ae9a740a15da64e0f8ea97d4813 [file] [log] [blame]
{
"name": "vanadium-pg-client",
"description": "Vanadium playground web client",
"version": "0.0.0",
"bugs": {
"url": "https://github.com/veyron/release-issues/issues"
},
"dependencies": {
"brace": "^0.4.0",
"browserify": "^8.1.1",
"lodash": "^3.0.0",
"mercury": "^12.0.0",
"minifyify": "^6.1.0",
"moment": "^2.9.0",
"pgbundle": "0.0.1",
"spin.js": "^2.0.2",
"superagent": "^0.21.0"
},
"homepage": "https://vanadium.googlesource.com/release.projects.playground/+/master/client",
"repository": {
"type": "git",
"url": "https://vanadium.googlesource.com/release.projects.playground"
},
"scripts": {
"start": "echo \"Serving http://localhost:8088\" && http-server ./public/ -p 8088 -d --cors",
"test": "make test"
},
"devDependencies": {
"http-server": "^0.7.4",
"jshint": "^2.6.0"
}
}