-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
62 lines (62 loc) · 1.37 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "amqp10",
"version": "3.6.0",
"description": "Native AMQP-1.0 client for node.js",
"main": "./lib",
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"bl": "^1.1.2",
"bluebird": "^3.4.6",
"buffer-builder": "^0.2.0",
"debug": "^2.3.3",
"lodash": "^4.17.2",
"node-int64": "^0.4.0",
"stately.js": "^1.3.0"
},
"devDependencies": {
"benchmark": "^2.1.2",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-string": "^1.3.0",
"conventional-changelog-cli": "^1.2.0",
"gh-pages": "^0.12.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.2",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"qmf2": "^0.1.5",
"semver": "^5.4.1",
"stream-buffers": "^3.0.1"
},
"scripts": {
"version": "make changelog && git add CHANGELOG.md && make docs"
},
"author": {
"name": "noodlefrenzy",
"email": "milanz@microsoft.com",
"url": "http://www.mikelanzetta.com"
},
"contributors": [
{
"name": "mbroadst",
"email": "mbroadst@gmail.com",
"url": "https://github.com/mbroadst"
}
],
"homepage": "https://github.com/noodlefrenzy/node-amqp10",
"license": "MIT",
"keywords": [
"amqp",
"amqp 1.0",
"amqp-1-0",
"amqp10",
"messaging",
"queues"
],
"repository": {
"type": "git",
"url": "https://github.com/noodlefrenzy/node-amqp10.git"
}
}