qvc
Version:
Handle commands and queries from the client with validation
30 lines (29 loc) • 567 B
JSON
{
"name": "qvc",
"version": "1.1.0",
"description": "Handle commands and queries from the client with validation",
"main": "qvc.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/decojs/qvc-node"
},
"keywords": [
"qvc",
"decojs"
],
"author": "Marius Gundersen",
"license": "MIT",
"bugs": {
"url": "https://github.com/decojs/qvc-node/issues"
},
"dependencies": {
"urlrouter": "~0.5.4",
"promise": "~6.1.0"
},
"devDependencies": {
"mocha": "~2.2.1"
}
}