-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
43 lines (43 loc) · 873 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
{
"name": "bramqp",
"version": "0.6.1",
"description": "bakkerthehacker's rude AMQP library",
"keywords": [
"amqp",
"bramqp"
],
"homepage": "http://github.com/bakkerthehacker/bramqp",
"bugs": {
"url": "http://github.com/bakkerthehacker/bramqp/issues"
},
"license": "MIT",
"author": {
"name": "Grant Bakker",
"email": "[email protected]",
"url": "http://github.com/bakkerthehacker/"
},
"contributors": [],
"main": "./lib/bramqp",
"repository": {
"type": "git",
"url": "git://github.com/bakkerthehacker/bramqp.git"
},
"dependencies": {
"async": "~3.1.0",
"buffer-more-ints": "~1.0.0",
"pkginfo": "~0.4.1",
"xml2js": "~0.4.19"
},
"devDependencies": {
"vows": "~0.8.2"
},
"scripts": {
"lint": "pre-commit run --all-files",
"test": "vows --spec",
"posttest": "npm run lint"
},
"engines": {
"node": ">=6"
},
"readme": ""
}