webapi-eca/package.json

26 lines
625 B
JSON
Raw Normal View History

{
"name": "webapi-eca",
"author": "Dominic Bosch",
"description": "An ECA inference engine as a middleware between Web API's",
"version": "0.2.0",
"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",
"coffee-script": "1.7.1",
"crypto-js": "3.1.2",
"express": "3.4.8",
"groc": "0.6.3",
"import-io": "1.0.x",
"js-select": "0.6.0",
"mustache": "0.8.1",
"needle": "0.6.3",
"nodeunit": "0.8.6",
"redis": "0.10.0",
"request": "2.33.0",
"optimist": "0.6.1"
}
}