-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 815 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
{
"name": "m2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^5.2.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"highlight.js": "^9.12.0",
"markdown-it": "^8.4.1",
"method-override": "^2.3.10",
"mysql2": "^1.5.3",
"nunjucks": "^3.1.2",
"sequelize": "^4.37.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon -e js,json,njk"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"nodemon": "^1.17.3",
"sequelize-cli": "^4.0.0"
}
}