-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "restapi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"clean-css": "4.1.11",
"constantinople": "3.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "2.18.2",
"express": "~4.16.1",
"express-myconnection": "^1.0.4",
"firebase-admin": "^8.9.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsdoc": "^3.6.3",
"morgan": "~1.9.1",
"mysql": "^2.17.1",
"nodemon": "^2.0.2",
"promise-mysql": "^4.1.1",
"uglify-js": "2.6.0"
},
"description": "Fully asynchronous REST API written for the RAIT notification system in Nodejs using expressjs and promise-sql",
"main": "app.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meta-boy/excesSQL.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/meta-boy/excesSQL/issues"
},
"homepage": "https://github.com/meta-boy/excesSQL#readme"
}