UNPKG

1.09 kBJSONView Raw
1{
2 "name": "amqptools",
3 "version": "0.11.1",
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": "grunt; mocha lib --require source-map-support/register --recursive"
20 },
21 "main": "./lib/index.js",
22 "dependencies": {
23 "amqplib": "0.4.1",
24 "async": "0.9.0",
25 "bluebird": "^2.10.2",
26 "jit-grunt": "^0.9.1",
27 "just.randomstring": "^0.1.1",
28 "lodash": "^3.10.1",
29 "node-uuid": "^1.4.3",
30 "source-map-support": "^0.3.3"
31 },
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/calibr/node-amqptools.git"
35 },
36 "license": "MIT",
37 "devDependencies": {
38 "dts-generator": "^1.6.2",
39 "mocha": "^2.3.3",
40 "should": "^6.0.3",
41 "sinon": "^1.15.3",
42 "typescript": "^2.1.5",
43 "grunt": "^0.4.5",
44 "grunt-contrib-clean": "^0.6.0",
45 "grunt-contrib-copy": "^0.8.2",
46 "grunt-ts": "^5.3.2",
47 "dts-generator": "^1.7.0"
48 }
49}