forked from SolaceSamples/solace-samples-amqp-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 806 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
{
"name": "solace-samples-amqp-nodejs",
"version": "1.0.1",
"description": "Solace Messaging Samples for Node.js over AMQP 1.0",
"main": "./lib",
"author": {
"name": "Solace Support",
"email": "[email protected]",
"url": "http://solace.com"
},
"homepage": "https://github.com/SolaceSamples/solace-samples-amqp-nodejs",
"license": "Apache-2.0",
"keywords": [
"amqp",
"amqp 1.0",
"amqp-1-0",
"amqp10",
"messaging",
"solace"
],
"repository": {
"type": "git",
"url": "https://github.com/SolaceSamples/solace-samples-amqp-nodejs.git"
},
"dependencies": {
"amqp10": "^3.5.3",
"bluebird": "^3.5.0"
},
"scripts": {
"lint": "jshint src",
"prepublish": "npm run lint"
},
"devDependencies": {
"jshint": "^2.9.5"
}
}