-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
61 lines (61 loc) · 1.85 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
60
61
{
"author": "epicmonkey <mail@epicmonkey.org>",
"name": "Pepyatka",
"description": "Pepyatka is an open source FriendFeed clone (yes, it is free and open!). Basically, this is a social real-time feed aggregator that allows you to share cute kittens, coordinate upcoming events, discuss any other cool stuff on the Internet or setup a private Pepyatka instance in your company.",
"homepage": "http://pepyatka.com",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "iojs index",
"test": "./node_modules/jake/bin/cli.js test"
},
"repository": {
"type": "git",
"url": "git://github.com/epicmonkey/pepyatka-server.git"
},
"dependencies": {
"async": "1.5.0",
"aws-sdk": "2.1.39",
"babel": "5.8.23",
"bcrypt": "0.8.5",
"bluebird": "2.10.2",
"body-parser": "1.13.1",
"console-stamp": "^0.1.6",
"ejs": "2.3.1",
"express": "4.13.0",
"formidable": "1.0.14",
"gm": "1.18.1",
"grapheme-breaker": "0.3.1",
"hiredis": "^0.4.1",
"istanbul": "0.3.17",
"jsonwebtoken": "5.0.2",
"lodash": "3.10.0",
"method-override": "2.3.3",
"mmmagic": "0.4.0",
"morgan": "1.6.0",
"musicmetadata": "2.0.0",
"nodemailer": "1.4.0",
"nodemailer-smtp-transport": "1.0.3",
"nodemailer-stub-transport": "1.0.0",
"passport": "0.2.2",
"passport-local": "1.0.0",
"redis": "2.3.0",
"request": "2.61.0",
"socket.io": "1.3.7",
"socket.io-redis": "git+https://github.com/devoidfury/socket.io-redis.git#e1b1ed671d6074bae1040792d0a08649a10c994c",
"superagent": "1.4.0",
"underscore.string": "3.1.1",
"url": "0.10.3",
"uuid": "2.0.1",
"validator": "3.40.1",
"winston": "1.1.2"
},
"devDependencies": {
"chai": "3.3.0",
"jake": "^8.0.12",
"mkdirp": "0.5.0",
"mocha": "2.3.3",
"node-fetch": "^1.3.3",
"scarlet": "2.0.20"
}
}