forked from dropbox/amqp-coffee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 863 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
43
44
{
"name": "amqp-coffee",
"description": "AMQP driver for node",
"keywords": [
"amqp",
"rabbitmq"
],
"version": "0.1.31",
"author": {
"name": "David Barshow"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/dropbox/amqp-coffee/master/LICENSE.txt"
}
],
"main": "./bin/src/amqp.js",
"scripts": {
"test": "./scripts/test.sh",
"prepublish": "./scripts/compile.sh"
},
"dependencies": {
"async": "*",
"bson": "~0.4.21",
"debug": "*",
"underscore": "*"
},
"devDependencies": {
"coffee-script": "1.4.0",
"istanbul": "0.1.43",
"jscoverage": "0.3.8",
"mocha": "2.5.3",
"should": "*",
"uuid": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dropbox/amqp-coffee.git"
},
"engines": {
"node": ">=0.10.0"
}
}