-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "filmstack",
"version": "1.0.0",
"engines": {
"node": "6.11.0"
},
"description": "a stack of films",
"main": "server/index.js",
"scripts": {
"test": "source .variables && nodemon",
"start": "nf start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/makozlo/filmstack.git"
},
"author": "Mark Kozlowski, Paul Dobbs, Monique Berry, Peyton Clark",
"license": "ISC",
"bugs": {
"url": "https://github.com/makozlo/filmstack/issues"
},
"homepage": "https://github.com/makozlo/filmstack#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"cool-ascii-faces": "1.3.4",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-mysql-session": "^1.2.1",
"express-session": "^1.15.4",
"express-session-mongo": "^0.1.0",
"foreman": "2.0.0",
"mongo": "^0.1.0",
"mongodb": "^2.2.30",
"moviedb": "^0.2.8",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"prerender": "^4.4.1",
"prerender-node": "^2.7.2",
"sendgrid": "^5.1.2",
"stripe": "^4.23.1"
}
}