forked from OpenRTMFP/ArcusNode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.12 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
{
"name": "ArcusNode",
"version": "0.0.5",
"author": "arcusdev <[email protected]>",
"description": "A RTMFP Rendevouz Server For Peer Assisted Networking With Adobe Flash",
"main": "service",
"keywords":[
"rtmfp",
"flash",
"p2p",
"networking",
"rendezvouz",
"rtmp",
"RPC"
],
"directories": {
"lib": "./lib",
"src": "./src"
},
"maintainers": [{
"name":"arcusdev",
"email":"[email protected]",
"web":"http://github.com/OpenRTMFP"
},{
"name":"kommander",
"web":"http://github.com/kommander"
}],
"bugs" : {
"mail" : "[email protected]",
"web" : "https://github.com/OpenRTMFP/ArcusNode/issues"
},
"engines" : { "node" : "0.5.6", "npm" : "1" },
"licenses": [{
"type": "GPL",
"url": "http://www.gnu.org/licenses/"
}],
"repositories": [{
"type": "git"
, "url" : "http://github.com/OpenRTMFP/ArcusNode.git"
}],
"scripts" : {
"preinstall" : "",
"install" : "node-waf configure build",
"test" : "node test.js",
"start" : "node service.js"
}
}