service-component
Version:
A simple Service Component Architecture framework for Node.js
40 lines (39 loc) • 940 B
JSON
{
"name": "service-component",
"description": "A simple Service Component Architecture framework for Node.js",
"version": "0.0.4",
"contributors": [
"Mauro Ribeiro <mauro0x52@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mauro0x52/service-component"
},
"dependencies": {
"body-parser": "1.13.2",
"express": "4.13.1",
"needle": "0.10.0"
},
"bugs": {
"url": "https://github.com/mauro0x52/service-component/issues"
},
"homepage": "https://github.com/mauro0x52/service-component",
"main": "service-component.js",
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"service component architecture",
"SCA",
"service oriented architecture",
"SOA",
"REST",
"webservice"
],
"author": "Mauro Ribeiro"
}