forked from holmesal/react-native-ios-notification-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 766 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
{
"name": "react-native-ios-notification-actions",
"version": "1.0.0",
"description": "Swipe + text input actions for ios push notifications",
"main": "index.ios.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holmesal/react-native-ios-notification-actions.git"
},
"keywords": [
"react-component",
"react-native",
"ios"
],
"author": "Alonso Holmes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/holmesal/react-native-ios-notification-actions/issues"
},
"homepage": "https://github.com/holmesal/react-native-ios-notification-actions#readme"
}