mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
27 lines
No EOL
602 B
JSON
27 lines
No EOL
602 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",
|
|
"express": "3.4.0",
|
|
"groc": "0.6.1",
|
|
"needle": "0.6.1",
|
|
"nodeunit": "0.8.2",
|
|
"redis": "0.9.0",
|
|
"request": "2.27.0"
|
|
},
|
|
"__comment": {
|
|
"dependencies": {
|
|
"diff": "1.0.5",
|
|
"socket.io": "0.9.16",
|
|
"contextify": "0.1.6"
|
|
}
|
|
}
|
|
} |