-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
90 lines (90 loc) · 2.23 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
86
87
88
89
90
{
"name": "CrowdNine",
"version": "3.1.0",
"engines": {
"node": "0.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/chaityabshah/CrowdNine.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"dependencies": {
"JSON": "^1.0.0",
"async": "^1.5.0",
"bcrypt-nodejs": "0.0.3",
"bitcore": "^2.0.0",
"bitcore-explorers": "^1.0.1",
"bitgo": "0.11.45",
"body-parser": "^1.14.1",
"bower": "^1.6.5",
"cfenv": "1.0.3",
"cheerio": "^0.19.0",
"clockwork": "^0.1.0",
"compression": "^1.6.0",
"connect-assets": "^5.0.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.4.0",
"csso": "^1.4.1",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-flash": "0.0.2",
"express-session": "^1.12.1",
"express-validator": "^2.18.0",
"fbgraph": "^1.1.0",
"geocoder": "^0.2.2",
"geoip-lite": "^1.1.6",
"geolocation": "^0.2.0",
"github-api": "^0.10.6",
"http": "0.0.0",
"instagram-node": "^0.5.8",
"jade": "^1.11.0",
"json": "^9.0.3",
"kerberos": "0.0.17",
"lastfm": "^0.9.2",
"lob": "^3.5.0",
"lodash": "^3.10.1",
"lusca": "^1.3.0",
"method-override": "^2.3.5",
"mongodb": "*",
"mongoose": "^4.2.5",
"morgan": "^1.6.1",
"node-foursquare": "^0.3.0",
"node-linkedin": "^0.5.1",
"node-sass-middleware": "^0.9.7",
"nodemailer": "^1.9.0",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-google-oauth": "^0.2.0",
"passport-instagram": "^1.0.0",
"passport-linkedin-oauth2": "^1.4.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.3",
"paypal-rest-sdk": "^1.6.3",
"postmates": "^1.0.2",
"promise-simple": "^0.1.0",
"request": "^2.65.0",
"request-ip": "^1.1.4",
"serve-favicon": "^2.3.0",
"stripe": "^4.0.0",
"tumblr.js": "^0.0.7",
"twilio": "^2.5.2",
"twit": "^2.1.1",
"uglify-js": "^2.5.0",
"validator": "^4.2.1",
"yui": "^3.18.1"
},
"devDependencies": {
"blessed": "^0.1.81",
"chai": "^3.4.0",
"mocha": "^2.3.3",
"multiline": "^1.0.2",
"supertest": "^1.1.0"
},
"license": "MIT"
}