-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 953 Bytes
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 953 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
35
36
37
38
39
{
"name": "dojo_weather",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint ./ & exit 0",
"fix": "eslint --fix ./ & exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jquery-validation": "^1.17.0",
"jsonwebtoken": "^8.2.1",
"mongoose": "^4.13.12",
"nodemailer": "^4.4.1",
"package.json": "^2.0.1",
"path": "^0.12.7",
"play-sound": "^1.1.2",
"socket.io": "^2.0.4"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jquery": "^1.12.4"
}
}