UNPKG

1.54 kBJSONView Raw
1{
2 "name": "notification-processor",
3 "version": "4.14.0",
4 "description": "notification-processor",
5 "main": "index.js",
6 "scripts": {
7 "test": "grunt test",
8 "build": "grunt build",
9 "prepublishOnly": "grunt build"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/Parsimotion/notification-processor.git"
14 },
15 "dependencies": {
16 "@azure/service-bus": "^1.0.4",
17 "aws-sdk": "^2.1432.0",
18 "azure-table-node": "^1.5.0",
19 "bluebird": "^3.5.0",
20 "bluebird-retry": "~0.10.1",
21 "convert-units": "^2.1.0",
22 "error-to-json": "^1.1.0",
23 "grunt": "^1.0.3",
24 "lodash": "^4.17.10",
25 "moment": "^2.18.1",
26 "node-cache": "^5.1.2",
27 "redis": "^2.7.1",
28 "request": "^2.87.0",
29 "request-promise": "^4.2.0",
30 "url-safe-base64": "^1.1.0",
31 "uuid": "^3.1.0"
32 },
33 "devDependencies": {
34 "babel-core": "^6.26.3",
35 "babel-preset-env": "^1.7.0",
36 "coffeescript": "^2.3.1",
37 "grunt-bump": "0.8.0",
38 "grunt-contrib-clean": "1.0.0",
39 "grunt-exec": "^3.0.0",
40 "grunt-mocha-test": "0.13.2",
41 "mocha": "^5.2.0",
42 "nock": "^9.0.11",
43 "proxyquire": "^1.7.11",
44 "should": "^11.2.1",
45 "should-sinon": "0.0.5",
46 "sinon": "^2.1.0"
47 },
48 "peerDependencies:": {
49 "newrelic": "6.x"
50 },
51 "engines": {
52 "node": ">=6.x"
53 },
54 "author": "Parsimotion",
55 "license": "MIT",
56 "bugs": {
57 "url": "https://github.com/Parsimotion/notification-processor/issues"
58 },
59 "homepage": "https://github.com/Parsimotion/notification-processor#readme"
60}