mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-04-28 12:25:03 +08:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "react-native-notifications",
|
|
"version": "1.2.0",
|
|
"description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android",
|
|
"author": "Lidan Hifi <lidan.hifi@gmail.com>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"react native",
|
|
"ios",
|
|
"push-notifications",
|
|
"push notifications",
|
|
"notifications",
|
|
"notification",
|
|
"react native notifications",
|
|
"pushkit",
|
|
"push-kit",
|
|
"actionable-notifications",
|
|
"interactive-notifications"
|
|
],
|
|
"nativePackage": true,
|
|
"dependencies": {
|
|
"core-js": "^1.0.0",
|
|
"uuid": "^2.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=0.14.5",
|
|
"react-native": ">=0.25.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "9.0.0",
|
|
"babel-preset-react-native": "^1.9.0",
|
|
"babel-register": "^6.7.2",
|
|
"chai": "^3.5.0",
|
|
"chokidar-cli": "^1.2.0",
|
|
"eslint": "5.1.x",
|
|
"mocha": "^2.5.3",
|
|
"proxyquire": "^1.7.4",
|
|
"sinon": "^1.17.3",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"scripts": {
|
|
"pretest": "./node_modules/.bin/eslint *.js test",
|
|
"test": "./node_modules/.bin/mocha --compilers js:babel-register --reporter spec \"test/*.spec.js\"",
|
|
"start": "npm run test --silent; ./node_modules/.bin/chokidar \"test/*.js\" \"*.js\" -c 'npm run test --silent' --silent"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wix/react-native-notifications.git"
|
|
},
|
|
"homepage": "https://github.com/wix/react-native-notifications",
|
|
"bugs": {
|
|
"url": "https://github.com/wix/react-native-notifications/issues"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"react-native"
|
|
]
|
|
}
|
|
}
|