-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (42 loc) · 980 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
41
42
{
"author": "Pascal Deschenes <pdeschen@rassemblr.com> (http://blog.rassemblr.com/)",
"name": "nodast",
"description": "Asterisk FastAgi Proxy",
"version": "0.0.2",
"homepage": "http://github.com/pdeschen/nodast",
"preferGlobal": true,
"keywords": ["telephony", "asterisk", "proxy", "fastagi"],
"repository": {
"type": "git",
"url": "git://github.com/pdeschen/nodast.git"
},
"main": "nodast",
"directories": {
"lib": "./lib/",
"bin": "./bin/",
"etc": "./etc/",
"scripts" : "./scripts/"
},
"config": {
"etc": "/etc/nodast/",
"initd": "/etc/init.d/"
},
"bin": {
"nodast": "./bin/nodast"
},
"bugs": {
"email": "pdeschen+nodast@gmail.com",
"url": "http://github.com/pdeschen/nodast/issues"
},
"engines": {
"node": "v0.4.5"
},
"dependencies": {
"cli": "0.3.x",
"daemon": "0.3.x",
"ansi-color": "0.2.x",
"node-syslog": "1.0.x",
"mime": "1.2.x"
},
"devDependencies": {}
}