-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.72 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
66
67
68
69
70
{
"name": "karibou-api",
"description": "Karibou.ch is an opensource project aim to help the creation of an online community marketplace for food distribution",
"version": "1.2.0",
"private": false,
"engines": {
"node": "4.2.x",
"npm": "3.5.x"
},
"dependencies": {
"appdynamics": "^4.2.3",
"async": "2.x",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"connect-mongo": "1.x",
"cookie-parser": "1.x",
"cron": "^1.1.0",
"debug": "2.x",
"ejs": "2.x",
"email-templates": "2.x",
"errorhandler": "^1.4.2",
"express": "4.x",
"express-csv": "^0.6.0",
"express-session": "1.x",
"fnv-plus": "1.x",
"helmet": "3.x",
"i18n-2": "0.x",
"jade": "1.x",
"karibou-wallet": "0.x",
"lru-cache": "^4.0.0",
"mailchimp": "1.x",
"method-override": "2.x",
"moment": "2.x",
"mongodb": "2.x",
"mongoose": "4.x",
"mongoose-error-helper": "0.x",
"mongoose-validate": "x",
"morgan": "1.x",
"newrelic": "1.x",
"node-postfinance": "0.x",
"nodemailer": "1.x",
"passport": "0.x",
"passport-google-oauth": "1.x",
"passport-local": "1.x",
"passport-twitter": "1.x",
"password-generator": "2.x",
"q": "1.4.x",
"queue-async": "1.x",
"remarkable": "1.x",
"serve-favicon": "2.x",
"sitemap": "1.x",
"stripe": "3.7.x",
"underscore": "1.x",
"validator": "3.x"
},
"devDependencies": {
"mocha": "3.x",
"pow-mongoose-fixtures": "x",
"should": "6.x",
"should-http": "0.x",
"supertest": "2.x"
},
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/mocha test",
"maintain": "node maintain.js"
},
"main": "app.js",
"subdomain": "karibou-api"
}