UNPKG

rdb-demo

Version:
41 lines (40 loc) 937 B
{ "name": "rdb-demo", "version": "1.2.4", "main": "index.js", "title": "rdb-demo", "description": "ORM examples for npmjs.org/package/rdb", "keywords": [ "orm", "sql", "mySql", "mysql", "postgres", "pg", "rdb" ], "license": "ISC", "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "mysql": "^2.17.1", "node-cls": "^1.0.7", "pg": "^8.4.2", "promise": "^8.0.3", "rdb": "^2.6.26", "rdb-client": "^1.1.0", "rfc6902": "^3.0.4", "sqlite3": "^4.0.9" }, "repository": { "type": "git", "url": "git@github.com:alfateam/rdb-demo.git" }, "homepage": "https://github.com/alfateam/rdb/blob/master/docs/docs.md", "jshintConfig": { "asi": true, "eqnull": true, "undef": true, "node": true } }