2013-11-13 15:21:58 +00:00
|
|
|
{
|
|
|
|
|
"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": {
|
2013-11-14 14:06:10 +00:00
|
|
|
"connect-redis": "1.4.6",
|
2013-11-28 15:05:47 +00:00
|
|
|
"crypto-js": "3.1.2",
|
2013-11-13 15:21:58 +00:00
|
|
|
"express": "3.4.0",
|
|
|
|
|
"groc": "0.6.1",
|
2013-11-28 15:05:47 +00:00
|
|
|
"mustache": "0.7.3",
|
2013-11-13 15:21:58 +00:00
|
|
|
"needle": "0.6.1",
|
|
|
|
|
"nodeunit": "0.8.2",
|
|
|
|
|
"redis": "0.9.0",
|
2014-02-04 07:35:07 +00:00
|
|
|
"request": "2.27.0",
|
|
|
|
|
"coffee-script": "1.6.3"
|
2013-11-13 15:21:58 +00:00
|
|
|
},
|
|
|
|
|
"__comment": {
|
|
|
|
|
"dependencies": {
|
2013-11-20 23:20:06 +00:00
|
|
|
"glob" :"3.2.7",
|
|
|
|
|
"docco": "0.6.2",
|
2013-11-13 15:21:58 +00:00
|
|
|
"socket.io": "0.9.16",
|
|
|
|
|
"contextify": "0.1.6"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|