-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 842 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
{
"name": "amqp10-link-cache",
"version": "1.2.2",
"description": "A link caching plugin for the amqp10 module",
"main": "index.js",
"engines": {
"node": ">= 0.10"
},
"scripts": {
"version": "make changelog && git add CHANGELOG.md"
},
"keywords": [
"amqp10",
"link",
"cache",
"amqp",
"messaging"
],
"author": {
"name": "Matt Broadstone",
"email": "mbroadst@gmail.com",
"url": "https://github.com/mbroadst"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mbroadst/amqp10-link-cache.git"
},
"dependencies": {
"bluebird": "^3.3.4",
"object-hash": "^1.1.2"
},
"devDependencies": {
"amqp10": "^3.1.1",
"chai": "^3.5.0",
"conventional-changelog-cli": "^1.2.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
}
}