-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1021 Bytes
/
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
{
"name": "ProjectOracle",
"description": "Mashup application that integrates Flowdock, Google spreadsheets and Pivotal Tracker",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/sampoto/projectoracle"
},
"contributors": [
"Sampo Tolvanen",
"Atte Perämäki",
"Joona Laamanen",
"Jouni Mikkola",
"Eliisa Väkevä",
"Jingui Li"
],
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.6.2",
"body-parser": "1.8.1",
"cookie-parser": "1.3.3",
"csurf": "1.6.2",
"ejs": "1.0.0",
"express": "4.9.0",
"express-session": "1.9.0",
"mocha": "1.21.5",
"passport": "0.2.1",
"passport-google-oauth": "0.1.5",
"passport-local": "^1.0.0",
"passport-oauth2": "1.1.2",
"pg": "3.5.0",
"pg-hstore": "^2.3.1",
"sequelize": "^2.0.4",
"umzug": "1.2.4"
},
"engines": {
"node": ">=0.10.10",
"npm": ">=1.1.2"
},
"scripts": {
"start": "node index.js",
"test": "mocha --recursive"
}
}