mysql-restful
Version:
MySQL RESTful API server
30 lines (29 loc) • 658 B
JSON
{
"name": "mysql-restful",
"version": "0.8.1",
"description": "MySQL RESTful API server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Adrian Patrascu",
"email": "adrian@qbis.ro"
},
"repository" : {
"type" : "git"
, "url" : "https://github.com/QBisConsult/mysql-restful.git"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"buffer-crc32": "^0.2.5",
"cors": "^2.7.1",
"express": "^4.13.3",
"jsonwebtoken": "^5.4.0",
"mysql": "^2.9.0",
"pem": "^1.8.1",
"redis": "^2.1.0",
"skipper": "^0.5.8"
}
}