-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 869 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 869 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": "cosmos",
"version": "1.0.0",
"description": "Cosmos: Go Explore",
"main": "app/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -e css,ejs,js,json --watch app/",
"start": "node app/app.js -https"
},
"author": "Adam Collins, Andy Li",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"connect-mongo": "^1.3.2",
"connect-mongostore": "^0.1.4",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.4",
"fs": "0.0.1-security",
"http": "0.0.0",
"https": "^1.0.0",
"jquery-serializejson": "^2.8.1",
"mongo": "^0.1.0",
"node-onesignal": "^0.3.1",
"nodemailer": "^4.0.1",
"nodemon": "^1.11.0",
"reload": "^1.1.7",
"request": "^2.81.0",
"sanitizer": "^0.1.3"
}
}