-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
40 lines (40 loc) · 848 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
37
38
39
40
{
"name": "sns-mobile",
"version": "1.3.1",
"description": "Send push notifications to Android, Kindle Fire, and iOS devices easily.",
"main": "index.js",
"scripts": {
"test": "mocha test/",
"test-debug": "mocha --debug-brk test/"
},
"bugs": {
"url": "https://github.com/evanshortiss/sns-mobile/issues"
},
"repository": "https://github.com/evanshortiss/sns-mobile",
"author": "Evan Shortiss",
"license": "MIT",
"keywords": [
"sns",
"amazon",
"aws",
"apns",
"gcm",
"kindle",
"fire",
"push",
"ios",
"android",
"notification",
"simple notification service"
],
"dependencies": {
"async": "^0.2.10",
"aws-sdk": "^2.1.5"
},
"devDependencies": {
"linelint": "0.0.3",
"lintspaces-cli": "0.0.4",
"mocha": "^1.21.4",
"jshint": "^2.5.6"
}
}