-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.45 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "node-together",
"version": "0.0.1",
"description": "",
"main": "index.js",
"keywords": [
"community",
"nodejs"
],
"author": "Paul Rey <[email protected]>",
"repository": {
"type": "git"
},
"scripts": {
"start": "nodemon --config nodemon.json"
},
"license": "MIT",
"dependencies": {
"architect": "^0.1.13",
"async": "^2.0.0-rc.6",
"body-parser": "^1.12.0",
"btoa": "^1.2.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.4",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-jwt": "^2.1.0",
"express-session": "^1.13.0",
"fb": "^2.0.0",
"geoip-lite": "^1.1.9",
"get-youtube-id": "^1.0.1",
"googleapis": "^22.2.0",
"js-video-url-parser": "^0.1.6",
"jsonwebtoken": "^4.2.1",
"lodash": "^4.6.1",
"method-override": "^2.3.10",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"mongodb": "2.1.7",
"mongoose": "4.13.20",
"mongoose-findorcreate": "^0.1.2",
"morgan": "^1.5.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth2": "^0.2.0",
"pretty-error": "^2.0.0",
"restify": "^2.8.5",
"socket.io": "^2.3.0",
"swig": "^1.4.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.8.1",
"grunt-contrib-watch": "^0.6.1"
}
}