-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 986 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
37
38
39
40
{
"name": "node-mysql-boilerplate",
"version": "1.0.7",
"description": "node-mysql-boilerplate",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"dependencies": {
"ajv": "^5.5.2",
"artillery": "^1.6.0-25",
"bcrypt": "^1.0.3",
"bcryptjs": "*",
"body-parser": "^1.18.3",
"cassandra-driver": "^3.5.0",
"cors": "*",
"crypto-js": "^3.1.9-1",
"eslint-config-airbnb": "^17.1.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.3.0",
"md5": "^2.2.1",
"mosca": "^2.8.3",
"mqtt": "^2.18.8",
"mysql": "^2.16.0",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.5",
"pm2": "^2.10.4",
"uniqid": "^5.0.3"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-google": "^0.11.0",
"eslint-plugin-import": "^2.14.0"
}
}