-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 858 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 858 Bytes
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
{ "name" : "replayTester"
, "description" : "Manta relay service for events, REST to RABBITMQ"
, "main" : "event-relay.js"
, "author" : "Manta Media"
, "version" : "0.1.0-1"
, "repository" :
{ "type" : "svn"
, "url" : "http://subversion/svn/main/event-sender/trunk"
}
, "bugs" : { "url" : "http://trac/trac/main/query?col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&keywords=~event-sender&order=priority" }
, "licenses" :
[ { "type" : "MANTA"
, "url" : "http://manta.com/dont/steal/our/stuff"
}
]
, "dependencies" :
{ "manta-rabbit-node-lib": "git+ssh://git@github.com:mantacode/manta-rabbit-node-lib.git"
, "jade" : "*"
, "node-uuid" : "*"
, "express" : "*"
}
, "devDependencies" : { "jasmine-node" : "<= 1.0.22" }
, "scripts" :
{ "start": "PORT=8240 node event-relay.js -l /var/log/nodejs/event-sender"
}
}