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",
|
2014-04-05 00:05:51 +00:00
|
|
|
"version": "0.2.0",
|
2013-11-13 15:21:58 +00:00
|
|
|
"private": true,
|
|
|
|
|
"repository": {
|
|
|
|
|
"type" : "git",
|
|
|
|
|
"url" : "https://github.com/dominicbosch/webapi-eca.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2014-04-02 21:08:05 +00:00
|
|
|
"bunyan": "0.22.1",
|
2014-04-28 20:23:27 +00:00
|
|
|
"coffee-script": "1.7.1",
|
2013-11-28 15:05:47 +00:00
|
|
|
"crypto-js": "3.1.2",
|
2014-02-04 15:40:32 +00:00
|
|
|
"express": "3.4.8",
|
2013-11-13 15:21:58 +00:00
|
|
|
"groc": "0.6.1",
|
2014-04-16 15:42:56 +00:00
|
|
|
"import-io": "1.0.x",
|
2014-04-03 21:35:02 +00:00
|
|
|
"js-select": "0.6.0",
|
2014-02-04 15:40:32 +00:00
|
|
|
"mustache": "0.8.1",
|
|
|
|
|
"needle": "0.6.3",
|
2014-04-28 20:23:27 +00:00
|
|
|
"nodeunit": "0.8.6",
|
2014-02-04 15:40:32 +00:00
|
|
|
"redis": "0.10.0",
|
|
|
|
|
"request": "2.33.0",
|
2014-02-17 22:27:26 +00:00
|
|
|
"optimist": "0.6.1"
|
2013-11-13 15:21:58 +00:00
|
|
|
}
|
|
|
|
|
}
|