2018-06-20 20:23:48 +03:00
|
|
|
{
|
2018-09-18 20:14:33 +03:00
|
|
|
"name": "fxa-email-event-proxy",
|
2018-06-20 20:23:48 +03:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Proxies events from Sendgrid to FxA SQS queues",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint .",
|
2018-09-18 19:46:20 +03:00
|
|
|
"test": "mocha --ui tdd --recursive tests/",
|
2018-11-17 01:46:23 +03:00
|
|
|
"build": "zip --recurse-paths -y fxa-email-event-proxy *.js *.json node_modules"
|
2018-06-20 20:23:48 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-09-18 20:14:33 +03:00
|
|
|
"url": "git+https://github.com/mozilla/fxa-email-event-proxy.git"
|
2018-06-20 20:23:48 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"fxa",
|
|
|
|
"sendgrid",
|
|
|
|
"email",
|
|
|
|
"events",
|
|
|
|
"proxy"
|
|
|
|
],
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
2018-09-18 20:14:33 +03:00
|
|
|
"url": "https://github.com/mozilla/fxa-email-event-proxy/issues"
|
2018-06-20 20:23:48 +03:00
|
|
|
},
|
2018-09-18 20:14:33 +03:00
|
|
|
"homepage": "https://github.com/mozilla/fxa-email-event-proxy#readme",
|
2018-06-20 20:23:48 +03:00
|
|
|
"dependencies": {
|
2018-11-29 13:41:16 +03:00
|
|
|
"aws-sdk": "^2.366.0",
|
|
|
|
"bluebird": "^3.5.3",
|
|
|
|
"qs": "^6.6.0"
|
2018-06-20 20:23:48 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-29 13:41:16 +03:00
|
|
|
"chai": "^4.2.0",
|
2018-06-20 20:23:48 +03:00
|
|
|
"chai-as-promised": "^7.1.1",
|
2018-11-29 13:41:16 +03:00
|
|
|
"eslint": "^5.9.0",
|
2018-06-20 20:23:48 +03:00
|
|
|
"mocha": "^5.2.0",
|
2018-11-29 13:41:16 +03:00
|
|
|
"proxyquire": "^2.1.0",
|
|
|
|
"sinon": "^7.1.1"
|
2018-06-20 20:23:48 +03:00
|
|
|
}
|
|
|
|
}
|