forked from fasterize/olodum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 848 Bytes
/
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
{
"name": "olodum",
"description": "dev DNS server",
"version": "0.6.0",
"author": "stephane rios (http://twiter.com/@stefounet)",
"repository": {
"type": "git",
"url": "git://github.com/fasterize/olodum.git"
},
"preferGlobal": true,
"dependencies": {
"ndns": "git://github.com/stefounet/ndns.git",
"optimist": "",
"growl": "",
"dnsd":"^0.9.5"
},
"devDependencies": {
"vows": "0.5.11"
},
"engines": {
"node": ">=0.4.x",
"os": [
"!win32"
]
},
"keywords": [
"development",
"DNS",
"hostname",
"cname"
],
"bin": "./bin/olodum",
"scripts": {
"postinstall": "chmod +x utils/getOriginalDNS.sh utils/getPrimaryService.sh",
"test": "vows test/server-test.js --spec",
"start": "node server.js"
},
"optionalDependencies": {},
"main": "olodum"
}