-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.46 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.46 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "FarmShares",
"description": "Meet, learn, eat!",
"version": "0.1.1",
"author": "Tomas Corellano <hack.rapture@gmail.com>",
"collaborators": [
"Leandro Ostera <leostera@gmail.com>",
"German Ferreyra <ferreyra.ger@gmail.com>"
],
"private": true,
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"geoip-lite": "1.1.2",
"googlemaps": "0.1.8",
"node-uuid": "1.4.0",
"semver": "1.1.4",
"winston": "0.6.2",
"winston-mail": "0.2.5",
"request": "2.29.0",
"async": "0.2.8",
"express": "3.2.1",
"express-cdn": "0.1.8",
"connect-mongo": "0.3.2",
"everyauth": "0.4.5",
"mongoose": "3.6.18",
"mailchimp": "0.9.5",
"nodemailer": "0.4.1",
"stripe": "1.3.0",
"mixpanel": "0.0.14",
"jade": "0.28.2",
"stylus": "0.32.1",
"i18n-2": "https://github.com/RealFilling/i18n-node-2/tarball/master",
"locale":"0.0.12",
"mime": "1.2.6",
"underscore": "1.4.4",
"walk": "2.2.1",
"knox": "0.8.6",
"uglify-js": "1.3.2",
"bcrypt": "0.7.7"
},
"bundledDependencies": [
"nodemailer"
],
"devDependencies": {
"jake": "0.5.x",
"mocha": "1.8.x",
"growl": "1.7.x",
"should": "1.2.x",
"sinon": "1.6.x",
"supertest": "0.5.1",
"pow-mongoose-fixtures": "0.2.x",
"ejs": "0.7.2",
"gm": "1.9.0"
},
"main": "app.js",
"subdomain": "farmshares",
"domains": [
"www.farmshares.com"
]
}