-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 Bytes
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": "seiki-api",
"description": "Sistem Seiki API Application",
"version": "0.0.1",
"private": true,
"dependencies": {
"apikey": "^0.1.2",
"bcryptjs": "^2.4.3",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"date-and-time": "^0.5.0",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"express-session": "^1.15.6",
"group-array": "^0.3.3",
"jsonwebtoken": "^8.1.0",
"jwt-simple": "^0.5.1",
"mathjs": "^3.16.5",
"md5": "^2.2.1",
"moment": "^2.17.1",
"morgan": "~1.7.0",
"multer": "^1.2.0",
"mysql": "^2.5.4",
"nexmo": "^2.0.2",
"node-datetime": "^2.0.3",
"nodemailer": "^4.3.0",
"promise": "^8.0.1",
"promise-mysql": "^3.2.0",
"random-number": "0.0.9",
"serve-favicon": "~2.3.0",
"trim": "0.0.1",
"xoauth2": "^1.2.0"
}
}