├── .gitignore ├── LICENSE ├── README.md ├── cordova-both.js ├── package.js ├── richsilv:cordova-notifications_tests.js └── versions.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richsilv/meteor-cordova-notifications/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richsilv/meteor-cordova-notifications/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richsilv/meteor-cordova-notifications/HEAD/README.md -------------------------------------------------------------------------------- /cordova-both.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richsilv/meteor-cordova-notifications/HEAD/cordova-both.js -------------------------------------------------------------------------------- /package.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richsilv/meteor-cordova-notifications/HEAD/package.js -------------------------------------------------------------------------------- /richsilv:cordova-notifications_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richsilv/meteor-cordova-notifications/HEAD/richsilv:cordova-notifications_tests.js -------------------------------------------------------------------------------- /versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richsilv/meteor-cordova-notifications/HEAD/versions.json --------------------------------------------------------------------------------