-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·97 lines (96 loc) · 2.5 KB
/
package.json
File metadata and controls
executable file
·97 lines (96 loc) · 2.5 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"scripts": {
"start": "node app.js"
},
"name": "Otlobly",
"description": "Group Ordering Application",
"version": "1.0.0",
"packages": {},
"dependencies": {
"append-field": "^1.0.0",
"async": "^2.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"bson": "^1.0.4",
"busboy": "^0.2.14",
"cloudinary": "^1.8.0",
"concat-stream": "^1.6.0",
"connect-flash": "^0.1.1",
"content-type": "^1.0.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"crc": "^3.4.4",
"crypto": "0.0.3",
"debug": "^2.6.3",
"depd": "^1.1.0",
"dicer": "^0.2.5",
"ejs": "^2.5.6",
"email-validator": "^1.0.7",
"express": "^4.15.2",
"express-session": "^1.15.2",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"gridfs-stream": "^1.1.1",
"http-errors": "^1.6.1",
"inherits": "^2.0.3",
"kareem": "^1.3.0",
"logger": "0.0.1",
"mime": "^1.3.4",
"mime-types": "^2.1.15",
"mkdirp": "^0.5.1",
"mongodb": "^2.2.25",
"mongodb-core": "^2.1.9",
"mongoose": "^4.9.4",
"morgan": "^1.8.1",
"mpath": "^0.2.1",
"ms": "^1.0.0",
"multer": "^1.3.0",
"nodemailer": "^4.0.1",
"npm-install-missing": "^0.1.4",
"oauth": "^0.9.15",
"on-finished": "^2.3.0",
"on-headers": "^1.0.1",
"parseurl": "^1.3.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google": "^0.3.0",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth1": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"passport-oauth1": "^1.1.0",
"passport-oauth2": "^1.4.0",
"passport-strategy": "^1.0.0",
"passport-twitter": "^1.0.4",
"pause": "^0.1.0",
"qs": "^6.4.0",
"querystring": "^0.2.0",
"random-bytes": "^1.0.0",
"regexp-clone": "0.0.1",
"require_optional": "^1.0.0",
"resolve-from": "^2.0.0",
"semver": "^5.3.0",
"sendgrid": "^5.0.0",
"session": "^0.1.0",
"setprototypeof": "^1.0.3",
"sliced": "^1.0.1",
"socket.io": "^1.7.3",
"static-favicon": "^2.0.0-alpha",
"statuses": "^1.3.1",
"streamsearch": "^0.1.2",
"type-is": "^1.6.15",
"uid-safe": "^2.1.4",
"uid2": "0.0.3",
"unpipe": "^1.0.0",
"util": "^0.10.3",
"utils-merge": "^1.0.0",
"validator": "^7.0.0",
"vary": "^1.1.1",
"xmldom": "^0.1.27",
"xtend": "^4.0.1",
"xtraverse": "^0.1.0"
},
"repository": "https://github.com/dohaes/nodejs.git",
"license": "Apache-2.0"
}