-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "EPFL.polls",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.8.1",
"bson": "*",
"connect-mongo": "*",
"cookie-parser": "~1.3.3",
"debug": "^2.0.0",
"express": "~4.9.0",
"express-session": "*",
"jade": "~1.6.0",
"mongodb": "^1.4.32",
"mongojs": "*",
"morgan": "~1.3.0",
"node-gyp": "^1.0.2",
"passport": "*",
"passport-tequila": "^0.1.2",
"serve-favicon": "~2.1.3",
"stylus": "0.42.3"
},
"description": "epfl.polls is a basic on-line poll/survey application written in node.js with express, jade, stylus, passport and some other useful package.",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/domq/epfl.polls.git"
},
"keywords": [
"epfl",
"node",
"dojo"
],
"author": "epfl dojo",
"license": "ISC",
"bugs": {
"url": "https://github.com/domq/epfl.polls/issues"
},
"homepage": "https://github.com/domq/epfl.polls"
}