forked from GLO3102/UMovie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "UMovie",
"version": "0.0.0",
"description": "A REST API for the GLO-3102 class project UMovie",
"main": "index.js",
"dependencies": {
"cors": "~2.7.1",
"ejs": "~2.3.2",
"express": "~4.13.0",
"gravatar": "~1.1.1",
"passport": "~0.2.2",
"passport-facebook": "~2.0.0",
"passport-google": "~0.3.0",
"passport-local": "~1.0.0",
"mongoose": "~4.0.6",
"body-parser": "~1.13.1",
"cookie-parser": "~1.3.5",
"express-session": "~1.11.3",
"node-deezer": "~0.3.3",
"request": "~2.58.0",
"underscore": "~1.8.3",
"moment": "~2.10.3",
"jwt-simple": "~0.3.0",
"bcrypt-nodejs": "0.0.3",
"connect-flash": "~0.1.1"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-symlink": "~2.1.1",
"gulp-util": "~3.0.6",
"run-sequence": "~1.1.1"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/GLO3102/UMovie.git"
},
"author": "William Fortin & Vincent Seguin",
"license": "MIT",
"bugs": {
"url": "https://github.com/GLO3102/UMovie/issues"
},
"homepage": "https://github.com/GLO3102/UMovie/UBeat"
}