forked from dcarney/keg.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.46 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.46 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
61
62
63
64
65
66
67
68
69
70
{
"name": "keg.io",
"preferGlobal": "false",
"version": "2.0.0",
"author": "Chris Castle <crcastle@gmail.com>",
"description": "a technology-laden kegerator",
"contributors": [
{
"name": "crc",
"email": "crcastle@gmail.com",
"web": "https://github.com/crcastle"
},
{
"name": "dcarney",
"email": "dcarney@gmail.com",
"web": "https://github.com/dcarney"
},
{
"name": "c4",
"web": "https://github.com/c4"
},
{
"name": "garrettpatterson",
"web": "https://github.com/garrettpatterson"
}
],
"bin": {
"keg.io": "./keg.io"
},
"scripts": {
"start": "./keg.io"
},
"main": "./lib/keg.io/keg.io.js",
"repository": {
"type": "git",
"url": "git://github.com/vnc/keg.io.git"
},
"keywords": [
"keg",
"kegerator",
"beer"
],
"dependencies" : {
"async": "0.1.16",
"coffee-script": "1.1.3",
"coffeecup": "0.3.18",
"express": "3.0.2",
"log4js": "0.4.1",
"moment": "1.4.0",
"mongodb": "1.0.2",
"optparse": "1.0.3",
"querystring": "0.1.0",
"socket.io": "0.9.6",
"ntwitter": "0.3.1",
"string-signer": "https://github.com/crcastle/nodejs-string-signer/tarball/master",
"underscore": "*"
},
"noAnalyze": true,
"devDependencies": {
"node-inspector": "0.1.10",
"fermata": "0.8.6"
},
"bundleDependencies": [
],
"license": "MIT",
"engines": {
"node": "0.8.11",
"npm": "1.1.x"
}
}