joule
Version:
Node implementation of Mule for creating REST services
37 lines (36 loc) • 819 B
JSON
{
"name": "joule",
"version": "0.1.5",
"description": "Node implementation of Mule for creating REST services",
"main": "/",
"keywords": [
"rest",
"service",
"mule"
],
"dependencies": {
"body-parser": "^1.10.0",
"commander": "^2.6.0",
"compression": "^1.2.2",
"cookie-parser": "^1.3.3",
"express": "^4.10.6",
"method-override": "^2.3.0",
"q": "^1.1.2",
"request": "^2.51.0",
"underscore": "^1.7.0"
},
"engines": {
"node": "0.10.x"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/dcpf/joule.git"
},
"author": "David Piersol-Freedman <dpf@theworld.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/dcpf/joule/issues"
},
"homepage": "https://github.com/dcpf/joule"
}