forked from postor/mysql-restful-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "mysql-restful-api",
"version": "1.0.13",
"description": "generate files for restful api and admin page for mysql, all generated, all under control, with admin page!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postor/express-mysql-restful-generator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/postor/express-mysql-restful-generator/issues"
},
"homepage": "https://github.com/postor/express-mysql-restful-generator#readme",
"dependencies": {
"body-parser": "^1.15.2",
"bookshelf": "^0.10.2",
"express": "^4.14.0",
"knex": "^0.12.6",
"lodash": "^4.17.4",
"mysql": "^2.12.0",
"bluebird": "^3.5.0",
"file-save": "^0.2.0",
"fs-promise": "^1.0.0",
"prompt": "^1.0.0",
"mysql-utilities": "^1.0.8"
},
"devDependencies": {
}
}