-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "TipExpert",
"version": "0.1.0",
"description": "Tipexpert ist das Tippspiel der nächsten Generation. Individuell anpassbar, persönlich und sozial. Messe spielerisch dein sportliches Gefühl mit Freunden, Bekannten und Kollegen.",
"keywords": "tip,expert",
"repository": {
"type": "git",
"url": "https://github.com/panc/TipExpert.git"
},
"scripts": {
"start": "node app.js",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec test/test-*.js",
"postinstall": "node ./app/helper/postInstall.js"
},
"author": {
"name": "Christoph",
"email": ""
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"express": "4.10.*",
"swig": "1.4.*",
"connect-mongo": "0.4.*",
"mongoose": "3.9.*",
"underscore": "1.7.*",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"passport-google-oauth": "latest",
"connect-minify-ext": "0.1.*",
"compression": "1.2.*",
"morgan": "1.5.*",
"cookie-parser": "1.3.*",
"body-parser": "1.9.*",
"express-session": "1.9.*",
"csurf": "1.6.*",
"winston": "0.8.*",
"bower": "1.3.*"
},
"devDependencies": {
"supertest": "latest",
"should": "latest",
"mocha": "latest",
"async": "0.9.*"
}
}