webapi-eca/package.json
Dominic Bosch 8c115aa71d What a wonderful detour over docco, only to recognize that it was always possible to auto generate documentation.
... if one would just define the correct folder...
at least deep knowledge about docco now, plus that it doesn't use glob (leaves it a user task...) while groc does use glob to resolve file paths, yay!
2013-11-20 15:41:41 +01:00

30 lines
No EOL
668 B
JSON

{
"name": "webapi-eca",
"author": "Dominic Bosch",
"description": "An ECA inference engine as a middleware between Web API's",
"version": "0.1.0",
"private": true,
"repository": {
"type" : "git",
"url" : "https://github.com/dominicbosch/webapi-eca.git"
},
"dependencies": {
"connect-redis": "1.4.6",
"docco": "0.6.2",
"express": "3.4.0",
"glob" :"3.2.7",
"groc": "0.6.1",
"needle": "0.6.1",
"nodeunit": "0.8.2",
"redis": "0.9.0",
"request": "2.27.0"
},
"__comment": {
"dependencies": {
"groc": "0.6.1",
"diff": "1.0.5",
"socket.io": "0.9.16",
"contextify": "0.1.6"
}
}
}