-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.34 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.34 KB
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
{
"name": "Roomies"
, "version": "1.0.0"
, "private": true
, "scripts": {
"start": "node index",
"test": "make test"
}
, "dependencies": {
"debug": "~0.7.2"
, "express": "~3.1.0"
, "sqlite3": "~2.1.7"
, "pg": "~0.15.1"
, "sequelize": "git://github.com/mweibel/sequelize.git#mekanics-mweibel-fix"
, "node-barefoot": "~0.0.11"
, "handlebars": "1.0.10"
, "sprintf": "~0.1.0"
, "q": "~0.9.3"
, "underscore": "~1.4.4"
, "locale": "~0.0.9"
, "connect-session-sequelize": "~0.0.3"
, "connect-timeout": "~0.0.1"
, "connect-domain": "~0.5.0"
, "validator": "~1.1.1"
, "passport": "~0.1.16"
, "passport-facebook": "~0.1.5"
, "winston": "~0.6.2"
, "express-winston": "~0.2.0"
, "uslug": "~1.0.3"
, "moment": "~1.7.2"
}
, "devDependencies": {
"mocha": "~1.8.2"
, "mocha-lcov-reporter": "~0.0.1"
, "chai": "~1.5.0"
, "jscoverage": "git://github.com/mweibel/jscoverage.git#fix-exclude-regexp"
, "jshint": "~1.1.0"
, "coveralls": "~2.0.7"
, "lcov-result-merger": "~0.0.1"
}
, "engines": {
"node": ">=0.8 <0.10"
}
,"contributors": [
{
"name": "Manuel Alabor",
"email": "malabor@hsr.ch"
},
{
"name": "Alexandre Joly",
"email": "ajoly@hsr.ch"
},
{
"name": "Michael Weibel",
"email": "mweibel@hsr.ch"
}
]
, "repository": "http://github.com/hsr-ba-ajw-2013/BA"
, "license": "MIT"
}