-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 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
{
"name": "@ScienceOctopus/octopus-ui",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"dev": "nodemon -e js,hbs main.js",
"start": "node main.js",
"lint": "eslint ."
},
"keywords": [],
"author": "Science Octopus",
"license": "MIT",
"dependencies": {
"connect-mongo": "^3.2.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.0",
"formidable": "^1.2.2",
"hbs": "^4.1.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"nodemon": "^1.19.4",
"request": "^2.88.2",
"sanitize-html": "^1.22.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}