-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 Bytes
/
package.json
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": "nextmoviesite",
"version": "1.0.0",
"description": "Our awesome site about movies!",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "node server.js",
"watch": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n2shield/nextmoviesite.git"
},
"keywords": [
"Movies",
"Reviews",
"Streaming"
],
"author": "Molly Burns, Marton Kondray, Chris Morrissey, Mike Wrobel",
"license": "SEE LICENSE IN LICENSE.DAT",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.3",
"mongoose": "^5.1.1",
"mysql2": "^1.3.6",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"sequelize": "^4.3.1"
},
"bugs": {
"url": "https://github.com/n2shield/nextmoviesite/issues"
},
"homepage": "https://github.com/n2shield/nextmoviesite#readme"
}