UNPKG

apinode

Version:

An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.

36 lines (35 loc) 947 B
{ "name": "apinode", "version": "0.2.0", "description": "An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.", "main": "./apiNode.js", "scripts": { "test": "echo \"Error: no test specified! Configure in package.json\" && exit 1" }, "repository": "https://github.com/benlue/apinode", "keywords": [ "Node.js", "COIMOTION", "API", "API server" ], "author": "Ben Lue", "readmeFilename": "README.md", "dependencies": { "async": "^2.5.0", "aws-sdk": "^2.1.42", "bluebird": "^3.5.0", "body-parser": "^1.15.2", "connect": "^3.6.2", "connect-multiparty": "^1.2.5", "coserv": "^0.11.2", "gm": "^1.18.1", "mime": "^1.3.6", "morgan": "^1.7.0", "newsql": "^0.1.2", "request": "^2.58.0", "restler": "^3.3.0", "sql-soar": "^1.2.4", "xml2js": "^0.4.9" } }