forked from sean-stanley/FoodCoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.42 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
91
{
"name": "FoodCoop",
"version": "0.3.1",
"description": "Food Coop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server/web-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/StrategicDevelopment/FoodCoop.git"
},
"keywords": [
"Food",
"Coop"
],
"author": "Sean Stanley",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/StrategicDevelopment/FoodCoop/issues"
},
"devDependencies": {
"grunt-angular-templates": "^0.5.7",
"grunt-bunyan": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.6.0",
"grunt-ng-annotate": "^0.4.0",
"grunt-ngmin": "0.0.3",
"grunt-replace": "^0.8.0",
"jasmine": "^2.3.1",
"karma": "~0.12.28",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.7",
"karma-jasmine": "~0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^3.2.0"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.8.1",
"bunyan": "^1.1.3",
"compression": "^1.1.0",
"connect-redis": "^2.1.0",
"cookie-parser": "^1.3.3",
"crypto": "0.0.3",
"datejs": "^1.0.0-rc1",
"ejs": "~1.0.0",
"express": "^4.9.0",
"express-error-handler": "^0.5.4",
"express-session": "^1.8.1",
"geocoder": "^0.2.0",
"gm": "^1.17.0",
"grunt": "~0.4.5",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "^0.8.3",
"grunt-node-inspector": "~0.1.5",
"grunt-nodemon": "^0.2.1",
"grunt-rsync": "~0.6.2",
"grunt-shell": "~1.1.1",
"lodash": "^2.4.1",
"mailchimp-api": "^2.0.6",
"mandrill-api": "^1.0.45",
"method-override": "^2.2.0",
"moment": "^2.10.0",
"mongodb": "^1.4.10",
"mongojs": "^0.12.1",
"mongoose": "^4.0.8",
"node-schedule": "^0.1.13",
"nodemailer": "~1.3.4",
"nodemailer-smtp-transport": "^0.1.12",
"oboe": "^2.0.2",
"passport": "^0.2.1",
"passport-local": "~1.0.0",
"passport-local-mongoose": "^1.0.0",
"password-reset": "~0.1.4",
"prerender-node": "latest",
"serve-favicon": "^2.2.0",
"socket.io": "^1.2.1",
"socket.io-redis": "^0.1.4"
}
}