UNPKG

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