-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 836 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "lambda-push-notifications",
"version": "1.0.0",
"description": "AWS Lambda-based push notifications.",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/artema/lambda-push-notifications.git"
},
"keywords": [
"AWS",
"lambda",
"SNS",
"notifications"
],
"author": "Artem Abashev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artema/lambda-push-notifications/issues"
},
"homepage": "https://github.com/artema/lambda-push-notifications#readme",
"dependencies": {
"async": "^1.4.2",
"aws-sdk": "^2.1.49",
"debug": "^2.2.0"
},
"bundledDependencies": [
"async",
"debug"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-aws-lambda": "^0.10.0",
"load-grunt-tasks": "^3.2.0"
}
}