-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.16 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
{
"name": "coffee-monitor",
"description": "Monitor when coffee pots were brewed",
"version": "0.1.8",
"author": "Dan McGee <[email protected]>",
"private": true,
"bugs": {
"web": "https://github.com/toofishes/coffee-monitor/issues"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/toofishes/coffee-monitor.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "https://github.com/toofishes/coffee-monitor/blob/master/LICENSE"
}
],
"homepage": "https://github.com/toofishes/coffee-monitor",
"scripts": {
"start": "node app.js"
},
"keywords": [
"coffee"
],
"dependencies": {
"async": "0.2.x",
"bcrypt": "0.7.x",
"campfire": "0.1.x",
"connect-redis": "1.4.x",
"express": "3.1.x",
"express-validator": "0.3.x",
"jade": "0.28.x",
"moment": "2.0.x",
"oauth": "0.9.8",
"passport": "0.1.x",
"passport-local": "0.1.x",
"redis": "0.8.x",
"socket.io": "0.9.x",
"stylus": "0.32.x",
"twit": "1.0.x"
},
"devDependencies": {
"jitsu": "*",
"jshint": "*"
},
"engines": {
"node": ">=0.8"
},
"subdomain": "coffee-monitor"
}