UNPKG

sns-mobile

Version:

Send push notifications to Android, Kindle Fire, and iOS devices easily.

41 lines (40 loc) 848 B
{ "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" } }