-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "kiwi-reader",
"version": "0.0.1",
"description": "Kiwi reader is app, where more than one people can read, comment and edit text files, docs or books.",
"main": "server.js",
"scripts": {
"postinstall": "bower cache clean && bower install",
"start": "node server.js"
},
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.13",
"bcrypt-nodejs": "latest",
"body-parser": "^1.11.0",
"bower": "^1.3.12",
"busboy": "^0.2.9",
"cheerio": "^0.18.0",
"connect-busboy": "0.0.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"ejs": "~0.8.5",
"epub": "^0.1.6",
"express": "~4.0.0",
"express-session": "~1.0.0",
"fstream": "^1.0.4",
"jsonwebtoken": "^5.0.0",
"method-override": "~1.0.0",
"mongoose": "~3.8.1",
"mongoose-text-search": "0.0.2",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "^1.0.2",
"request": "^2.55.0",
"rimraf": "^2.2.8",
"s3": "^4.4.0",
"socket.io": "^1.3.3",
"unfluff": "^0.10.0",
"unzip": "^0.1.11",
"xml2js": "^0.4.5"
},
"engines": {
"node": "0.10.x"
},
"author": "Dimitar Mirchev",
"license": "Apache 2",
"devDependencies": {
"morgan": "^1.0.1"
}
}