forked from larvalabs/pullup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.54 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
62
{
"name": "pullup",
"version": "0.0.0",
"description": "A website you join via pull request.",
"license": {
"type": "MIT",
"url": "https://github.com/larvalabs/pullup/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/larvalabs/pullup.git"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"async": "~0.2.10",
"bcrypt-nodejs": "~0.0.3",
"cheerio": "~0.13.1",
"express": "~3.4.8",
"express-flash": "~0.0.2",
"express-validator": "~1.0.1",
"fbgraph": "~0.2.8",
"forever-monitor": "~1.2",
"github-api": "~0.7.0",
"github": "~0.1",
"jade": "~1.1.5",
"lastfm": "~0.9.0",
"less-middleware": "~0.1.15",
"mongoose": "~3.8.5",
"node-cache": "~0.4.0",
"node-foursquare": "~0.2.0",
"octonode": "~0.5.0",
"passport": "~0.2.0",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-oauth": "~1.0.0",
"passport-twitter": "~1.0.2",
"request": "~2.33.0",
"sendgrid": "~0.4.6",
"tumblr.js": "~0.0.4",
"twit": "~1.1.12",
"underscore": "~1.5.2",
"paypal-rest-sdk": "~0.6.4",
"connect-mongo": "~0.4.0",
"optimist": "latest",
"timeago": "~0.1.0",
"xmldom": "~0.1.19",
"marked": "~0.3.1"
},
"devDependencies": {
"gulp": "~3.5.2",
"gulp-util": "~2.2.14",
"gulp-jshint": "~1.4.0",
"gulp-mocha": "~0.4.1",
"mocha": "~1.17.1",
"should": "~3.1.2",
"marked": "~0.3.1"
}
}