w5grid-rest-node
Version:
w5grid restful sample
32 lines (31 loc) • 594 B
JSON
{
"name": "w5grid-rest-node",
"description": "w5grid restful sample",
"version": "0.5.0",
"author": {
"name": "inswave",
"email": "webmaster@inswave.com"
},
"repository": {
"type": "git",
"url": "https://github.com/inswave/w5grid-rest-node.git"
},
"bugs": {
"url": "https://github.com/inswave/w5grid-rest-node/issues"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "3.x",
"mongodb": "*",
"underscore": "1.6.0"
},
"keywords": [
"w5",
"dataGrid",
"restful",
"express",
"mongodb"
]
}