-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.27 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "hackathon-starter",
"version": "3.0.2",
"repository": {
"type": "git",
"url": "https://github.com/sahat/hackathon-starter.git"
},
"scripts": {
"postinstall": "echo postinstall time; ./node_modules/grunt-cli/bin/grunt production",
"start": "node app.js",
"test": "mocha"
},
"dependencies": {
"async": "^1.2.1",
"bcrypt-nodejs": "^0.0.3",
"bitgo": "0.11.17",
"body-parser": "^1.12.4",
"browserify": "^10.2.4",
"cheerio": "^0.19.0",
"clockwork": "^0.1.0",
"compression": "^1.5.0",
"connect-assets": "^4.7.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "^1.3.5",
"csso": "^1.3.11",
"errorhandler": "^1.4.0",
"express": "^4.12.4",
"express-flash": "^0.0.2",
"express-session": "^1.11.3",
"express-validator": "^2.11.0",
"fbgraph": "^1.0.0",
"github-api": "^0.10.6",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exorcise": "^2.0.0",
"instagram-node": "^0.5.7",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"lastfm": "^0.9.2",
"less": "^2.5.1",
"lob": "^3.3.2",
"lodash": "^3.9.3",
"lusca": "^1.1.1",
"matchdep": "^0.3.0",
"method-override": "^2.3.3",
"mongoose": "^4.0.5",
"morgan": "^1.6.0",
"multer": "^0.1.8",
"node-foursquare": "^0.3.0",
"node-linkedin": "^0.3.9",
"nodemailer": "^1.3.4",
"passport": "^0.2.2",
"passport-facebook": "^2.0.0",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.2.0",
"passport-instagram": "^0.1.2",
"passport-linkedin-oauth2": "^1.2.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.3",
"paypal-rest-sdk": "^1.5.3",
"request": "^2.57.0",
"serve-favicon": "^2.3.0",
"stripe": "^3.5.0",
"tumblr.js": "^0.0.5",
"twilio": "^2.2.1",
"twit": "^1.1.20",
"uglify-js": "^2.4.23",
"validator": "^3.40.1",
"yui": "^3.18.1"
},
"devDependencies": {
"blessed": "^0.1.60",
"chai": "^3.0.0",
"grunt-browserifying": "^1.0.8",
"mocha": "^2.2.5",
"multiline": "^1.0.2",
"supertest": "^1.0.1"
},
"license": "MIT"
}