1.0.0 🎉
Showing
{ | { | ||
"name": "react-native-notifications", | "name": "react-native-notifications", | ||
"version": "0.1.3", | "version": "1.0.0", | ||
"description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | ||
"author": "Lidan Hifi <lidan.hifi@gmail.com>", | "author": "Lidan Hifi <lidan.hifi@gmail.com>", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -13,7 +13,11 @@ | ... | @@ -13,7 +13,11 @@ |
"push notifications", | "push notifications", | ||
"notifications", | "notifications", | ||
"notification", | "notification", | ||
"react native notifications" | "react native notifications", | ||
"pushkit", | |||
"push-kit", | |||
"actionable-notifications", | |||
"interactive-notifications" | |||
], | ], | ||
"nativePackage": true, | "nativePackage": true, | ||
"dependencies": { | "dependencies": { | ||
... | @@ -25,12 +29,12 @@ | ... | @@ -25,12 +29,12 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"babel-eslint": "^6.0.2", | "babel-eslint": "^6.0.2", | ||
"babel-preset-react-native": "^1.5.6", | "babel-preset-react-native": "^1.9.0", | ||
"babel-register": "^6.7.2", | "babel-register": "^6.7.2", | ||
"chai": "^3.5.0", | "chai": "^3.5.0", | ||
"chokidar-cli": "^1.2.0", | "chokidar-cli": "^1.2.0", | ||
"eslint": "^2.7.0", | "eslint": "^2.12.0", | ||
"mocha": "^2.4.5", | "mocha": "^2.5.3", | ||
"proxyquire": "^1.7.4", | "proxyquire": "^1.7.4", | ||
"sinon": "^1.17.3", | "sinon": "^1.17.3", | ||
"sinon-chai": "^2.8.0" | "sinon-chai": "^2.8.0" | ||
... | ... |
Please register or sign in to comment