-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 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
{
"name": "lib4dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "10.15.3"
},
"scripts": {
"start": "export NODE_ENV=development && node app.js",
"start-dev": "export NODE_ENV=development && nodemon --inspect app.js"
},
"author": "Amit Mishra",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"bootstrap-sass": "^3.3.7",
"compression": "^1.7.4",
"connect-redis": "^3.3.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"gulp": "^3.9.1",
"gulp-csso": "^3.0.0",
"gulp-sass": "^3.1.0",
"natives": "^1.1.6",
"node-sass": "^4.7.2",
"r2": "^2.0.0",
"showdown": "^1.8.6"
}
}