-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"name": "Kotype",
"description": "Collaborative editing webserver",
"author": "KO GmbH <info@kogmbh.com>",
"version": "0.1.0-alpha7",
"license" : "AGPL-3.0",
"engines" : {
"node" : ">=0.10.12 <0.12"
},
"dependencies": {
"express": "4.4.4",
"express-session": "1.5.2",
"express-validator": "2.3.0",
"compression": "1.0.8",
"cookie-parser": "1.3.2",
"body-parser": "1.4.3",
"connect-flash": "0.1.1",
"connect-mongo": "0.4.1",
"ejs-locals": "1.0.2",
"mongoose": "3.8.2",
"bcrypt": "0.7.8",
"multiparty": "3.2.9",
"passport": "0.2.0",
"passport-github": "0.1.5",
"passport-facebook": "1.0.3",
"passport-google-oauth": "0.1.5",
"passport-twitter": "1.0.2",
"passport-local": "1.0.0",
"socket.io": "1.0.6",
"passport.socketio": "3.2.0",
"node-uuid": "1.4.1",
"jszip": "2.4.0",
"tmp": "0.0.23",
"bower": "1.3.6",
"clone": "0.1.18",
"async": "0.9.0"
}
}