-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 926 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 926 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
{
"name": "comics",
"version": "1.0.0",
"description": "Website about Comic Book news and releases",
"main": "app/server.js",
"dependencies": {
"async": "^2.4.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.0",
"express-session": "^1.15.2",
"magnific-popup": "^1.1.0",
"method-override": "^2.3.8",
"mongoose": "^4.7.2",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"start": "nodemon -e css,ejs,js --watch app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JakeDame/comics.git"
},
"author": "Jake Dame",
"license": "ISC",
"bugs": {
"url": "https://github.com/JakeDame/comics/issues"
},
"homepage": "https://github.com/JakeDame/comics#readme"
}