w5grid-xml-node
Version:
W5Grid communicates with Server-Side in XML
38 lines (37 loc) • 761 B
JSON
{
"name": "w5grid-xml-node",
"description": "W5Grid communicates with Server-Side in XML",
"version": "0.2.0",
"author": {
"name": "maninzoo",
"email": "maninzoo@inswave.com"
},
"keywords": [
"w5",
"dataGrid",
"XML",
"express"
],
"repository": {
"type": "git",
"url": "https://github.com/inswave/w5grid-xml-node.git"
},
"license": "MIT",
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"express-xml-bodyparser": "0.0.4",
"jade": "~1.6.0",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"underscore": "^1.7.0"
}
}