-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 844 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
35
36
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta.2",
"cors": "^2.8.4",
"cron": "^1.3.0",
"crypto": "^1.0.1",
"express": "^4.16.2",
"express-myconnection": "^1.0.4",
"flakeid": "^0.1.0",
"jquery": "^1.9.1",
"jwt-simple": "^0.5.1",
"mailgun-js": "^0.18.1",
"moment": "^2.21.0",
"mysql": "^2.15.0",
"nodemon": "^1.14.3",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"random-number": "0.0.9",
"sha256": "^0.2.0",
"shortid": "^2.2.8",
"uuid": "^3.1.0"
},
"description": ""
}