UNPKG

1.03 kBJSONView Raw
1{
2 "name": "amqptools",
3 "version": "0.21.3",
4 "description": "AMQP Tools",
5 "author": "calibr<calibr@gmail.com>",
6 "contributors": [
7 {
8 "name": "rusmaxim",
9 "email": "rusmaxim@gmail.com"
10 }
11 ],
12 "keywords": [
13 "amqp",
14 "rpc",
15 "tasks",
16 "events"
17 ],
18 "scripts": {
19 "test": "rm -rf lib && tsc ; cp src/test/*.js lib/test/ && mocha lib --require source-map-support/register --recursive --bail",
20 "build": "tsc"
21 },
22 "main": "./lib/index.js",
23 "dependencies": {
24 "amqplib": "0.4.1",
25 "async": "0.9.0",
26 "just.randomstring": "^0.1.1",
27 "source-map-support": "^0.3.3",
28 "node-uuid": "^1.4.3"
29 },
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/calibr/node-amqptools.git"
33 },
34 "license": "MIT",
35 "devDependencies": {
36 "@types/amqplib": "~0.5.13",
37 "@types/mocha": "~2.2.40",
38 "@types/node": "~7.0.11",
39 "@types/should": "~8.1.30",
40 "mocha": "^2.3.3",
41 "should": "^6.0.3",
42 "sinon": "^1.15.3",
43 "typescript": "~2.2.1"
44 }
45}