historical-deadletter-processor
Version:
historical-deadletter-processor
58 lines (57 loc) • 1.65 kB
JSON
{
"name": "historical-deadletter-processor",
"version": "4.2.0",
"description": "historical-deadletter-processor",
"main": "index.js",
"scripts": {
"test": "grunt test",
"prepare": "grunt build",
"build": "grunt build",
"version": "git add package.json",
"postversion": "git push origin master && git push origin master --tags && npm publish",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Parsimotion/historical-deadletter-processor.git"
},
"dependencies": {
"async.cargo": "^0.5.2",
"azure-search": "0.0.21",
"debug": "^4.1.1",
"highland-concurrent-flatmap": "0.0.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"search-sdk": "^0.5.5",
"url-safe-base64": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"bluebird": "^3.5.4",
"coffeescript": "^2.4.1",
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-mocha-test": "^0.13.3",
"highland": "^2.13.4",
"highland-pagination": "^0.1.2",
"mocha": "^5.2.0",
"should": "^13.2.1",
"should-sinon": "0.0.6",
"sinon": "^7.4.1"
},
"peerDependencies": {
"highland-pagination": "0.x",
"bluebird": "3.x",
"highland": "2.x",
"notification-processor": "4.x"
},
"author": "Parsimotion",
"license": "MIT",
"bugs": {
"url": "https://github.com/Parsimotion/historical-deadletter-processor/issues"
},
"homepage": "https://github.com/Parsimotion/historical-deadletter-processor#readme"
}