forked from lessthan3/dobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.57 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
{
"author": {
"name": "Bryant Williams",
"email": "[email protected]"
},
"bin": {
"dobi": "./bin/dobi.js"
},
"bugs": {
"url": "https://github.com/lessthan3/dobi/issues",
"email": "[email protected]"
},
"config": {
"port": 3002
},
"contributors": [
{
"name": "Bryant Williams",
"email": "[email protected]"
}
],
"dependencies": {
"asset-wrap": "0.9.x",
"async": "0.9.x",
"chokidar": "0.11.x",
"coffeelint": "1.4.x",
"coffee-script": "1.7.x",
"colors": "0.6.2",
"columnify": "1.2.1",
"connect": "2.17.x",
"copy-paste": "0.3.x",
"cson": "1.6.x",
"express": "3.4.x",
"findit": "1.2.x",
"firebase": "1.0.x",
"htmlparser2": "3.7.x",
"jsonlint": "1.6.0",
"mkdirp": "0.5.x",
"jwt-simple": "0.2.x",
"lru-cache": "2.5.x",
"minimist": "1.1.0",
"mongofb": "0.9.x",
"ncp": "0.5.1",
"node.extend": "1.0.x",
"open": "0.0.x",
"optimist": "0.6.x",
"request": "2.39.x",
"stylus-help": "1.7.1",
"xml2js": "0.4.x"
},
"description": "Dobi.io Developer Tools",
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"homepage": "http://www.dobi.io",
"keywords": "dobi.io,lessthan3",
"main": "./lib/server",
"name": "dobi",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/lessthan3/dobi.git"
},
"version": "1.7.2"
}