forked from ExpressenAB/exp-amqp-connection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 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
{
"name": "exp-amqp-connection",
"author": "AB Kvällstidningen Expressen",
"contributors": [
"Mattias Norlander <[email protected]>",
"Jens Carlén",
"Pål Edman"
],
"version": "1.2.1",
"scripts": {
"test": "NODE_ENV=test mocha -t 5000 && jshint ."
},
"repository": "git://github.com/ExpressenAB/exp-amqp-connection.git",
"keywords": [
"amqp",
"simple"
],
"license": {
"type": "MIT",
"url": "http://github.com/ExpressenAB/exp-amqp-connection/raw/master/LICENSE"
},
"main": "index.js",
"dependencies": {
"amqp": "^0.2.4"
},
"devDependencies": {
"async": "^0.9.0",
"chai": "^2.1.1",
"coffee-script": "^1.9.1",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"mocha-cakes": "^0.9.0",
"request": "^2.53.0"
}
}