зеркало из
1
0
Форкнуть 0
fxa-email-event-proxy/package.json

41 строка
987 B
JSON
Исходник Обычный вид История

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