-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (38 loc) · 894 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": "lycam-thrift-amqp",
"version": "0.1.1",
"description": "Support for an AMQP transport layer for Apache Thrift ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lycam/lycam-thrift-amqp.git"
},
"keywords": [
"apache",
"thrift",
"nodejs",
"amqp"
],
"author": "no777 <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lycam/lycam-thrift-amqp/issues"
},
"homepage": "https://github.com/lycam/lycam-thrift-amqp#readme",
"dependencies": {
"amqplib": "~0.4.1",
"thrift":"0.9.3",
"node-uuid": "",
"lodash": "v2.4.1",
"bluebird": "~3.4.0"
},
"devDependencies": {
"doctoc": "^0.15.0",
"mocha": "~1.8.1",
"nock": "^2.13.0",
"should": "~1.2.1"
}
}