forked from evaletolab/karibou-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "karibou-api",
"description": "Karibou is an opensource project aim to help the creation of an online community marketplace",
"version": "0.2.0",
"private": false,
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"dependencies": {
"async": "0.x",
"connect-mongo": "~0.4.1",
"connect-mongodb": "1.x",
"debug": "^0.8.1",
"ejs": "^1.0.0",
"email-templates": "1.x",
"express": "3.16.x",
"fnv-plus": "~1.2.9",
"helmet": "0.5.x",
"jade": "^0.35.0",
"method-override": "2.x",
"mocha-lcov-reporter": "0.0.1",
"moment": "2.x",
"mongodb": "1.x",
"mongoose": "^3.8.x",
"mongoose-error-helper": "0.x",
"mongoose-validate": "x",
"newrelic": "1.x",
"node-postfinance": "https://github.com/evaletolab/node-postfinance/tarball/master",
"nodemailer": "1.x",
"nodetime": "0.x",
"passport": "0.x",
"passport-google-oauth": "~0.1.5",
"passport-local": "1.x",
"passport-persona": "~0.1.7",
"passport-twitter": "1.x",
"password-generator": "0.2.x",
"q": "^1.1.2",
"queue-async": "~1.0.7",
"sitemap": "^0.7.4",
"underscore": "1.x",
"validator": "3.x"
},
"devDependencies": {
"mocha": "1.x",
"supertest": "0.x",
"should": "1.3.x",
"pow-mongoose-fixtures": "x"
},
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/mocha test",
"maintain": "node maintain.js"
},
"main": "app.js",
"subdomain": "karibou-api"
}