-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 897 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": "generic",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"ddos": "^0.1.31",
"express": "^4.16.4",
"https": "^1.0.0",
"jwt-simple": "^0.5.5",
"md5": "^2.2.1",
"moment": "^2.24.0",
"mongo-sanitize": "^1.0.1",
"mongoose": "^5.3.14",
"mongoose-double": "0.0.1",
"mongoose-paginate-v2": "^1.0.13",
"mongoose-query-random": "^1.0.1",
"numberformat": "^1.0.3",
"numeral": "^2.0.6",
"path": "^0.12.7",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"serialport": "^7.1.5",
"speakeasy": "^2.0.0",
"uuid": "^3.3.2",
"ws": "^5.1.1",
"xml2js": "^0.4.22",
"xmlhttprequest": "^1.8.0"
}
}