This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·69 lines (69 loc) · 1.6 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "bill-tracker",
"version": "0.0.4",
"description": "Bill Tracker is an online tool for tracking bills in their lifespan.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/DemocracyOS/bill-tracker.git"
},
"keywords": [
"nodejs",
"express",
"mongoose",
"passport",
"component",
"jade"
],
"author": "Democracia en Red <[email protected]>",
"contributors": [
{
"name": "Mariano Vicente",
"email": "[email protected]"
},
{
"name": "Guido Vilariño",
"email": "[email protected]"
},
{
"name": "Sacha Lifszyc",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DemocracyOs/bill-tracker/issues"
},
"engines": {
"node": "0.10.15",
"npm": "1.3.5"
},
"dependencies": {
"passport": "~0.2.0",
"express": "4.4.3",
"express-session": "v1.3.1",
"cookie-parser": "1.1.0",
"body-parser": "1.3.1",
"errorhandler": "1.0.2",
"compression": "1.0.7",
"nowww": "~1.1.2",
"serve-favicon": "2.0.1",
"jade": "~0.35.0",
"passport-facebook": "~1.0.2",
"passport-twitter": "~1.0.2",
"mongoose": "~3.6.17",
"connect-mongo": "0.4.1",
"string-to-js": "0.0.1",
"commander": "~2.0.0",
"component-stylus-plugin": "~0.2.3",
"component": "~0.19.5",
"component-builder": "~0.10.1",
"merge-util": "0.1.0",
"node-path": "0.0.3",
"crypto": "0.0.3",
"debug": "~0.7.4",
"t-component": "1.0.0",
"lorem-ipsum": "1.0.1",
"co-prompt": "~1.0.0"
}
}