UNPKG

2.07 kBJSONView Raw
1{
2 "name": "loopback-component-mq",
3 "version": "1.2.0",
4 "description": "Loopback Component for working with a Message Queue",
5 "homepage": "https://github.com/fullcube/loopback-component-mq",
6 "author": {
7 "name": "Bram Borggreve @beeman"
8 },
9 "files": [
10 "lib"
11 ],
12 "main": "./lib/index.js",
13 "keywords": [
14 "loopback",
15 "component",
16 "loopback-component-mq",
17 "rabbit",
18 "rabbit-mq"
19 ],
20 "scripts": {
21 "test": "NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js",
22 "dev": "nodemon test/test-server/server/server.js --ignore db.json --ext js,json",
23 "lint": "eslint .",
24 "pretest": "npm run lint",
25 "test:watch": "npm run test -- -w",
26 "coverage": "nyc report --reporter=text-lcov | coveralls"
27 },
28 "license": "MIT",
29 "dependencies": {
30 "amqp-stats": "0.0.14",
31 "amqplib": "^0.4.2",
32 "bluebird": "^3.4.1",
33 "debug": "^2.2.0",
34 "jackrabbit": "https://github.com/beeman/jackrabbit/tarball/pass-amqplib-options",
35 "lodash": "^4.14.1",
36 "ssl-root-cas": "^1.2.1"
37 },
38 "devDependencies": {
39 "chai": "^3.5.0",
40 "compression": "^1.0.3",
41 "cors": "^2.5.2",
42 "coveralls": "^2.11.9",
43 "eslint": "^2.13.1",
44 "eslint-config-fullcube": "https://github.com/fullcube/eslint-config-fullcube/tarball/master",
45 "eslint-config-strict": "https://github.com/fullcube/eslint-config-strict/tarball/f235fa38289b17e305a65be38ff9cfdf4c1eb31c",
46 "eslint-plugin-filenames": "https://github.com/fullcube/eslint-plugin-filenames/tarball/0123c4bb0034d71cc7a04c25fd63b3ac798052a1",
47 "loopback": "^2.22.0",
48 "loopback-boot": "^2.6.5",
49 "loopback-component-explorer": "^2.5.0",
50 "loopback-component-fixtures": "^1.0.0",
51 "loopback-datasource-juggler": "^2.39.0",
52 "mocha": "^2.5.3",
53 "nodemon": "^1.9.2",
54 "nyc": "^7.0.0",
55 "serve-favicon": "^2.0.1",
56 "sinon": "^1.17.4",
57 "sinon-as-promised": "^3.0.1",
58 "sinon-chai": "^2.8.0"
59 },
60 "eslintConfig": {
61 "extends": "fullcube",
62 "env": {
63 "mocha": true
64 }
65 }
66}