forked from emekalites/react-native-alarm-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 854 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
{
"name": "wakemeapp-rn-alarm-notification",
"title": "React Native Alarm Notification for wakemeapp",
"version": "1.0.1",
"description": "schedule alarm with notification in react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AmitBokoDev/wakemeapp-rn-alarm-notification.git",
"baseUrl": "https://github.com/AmitBokoDev/wakemeapp-rn-alarm-notification"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"devDependencies": {
"react": "^18.1.0",
"react-native": "^0.70.6"
},
"bugs": {
"url": "https://github.com/AmitBokoDev/wakemeapp-rn-alarm-notification/issues"
},
"homepage": "https://github.com/AmitBokoDev/wakemeapp-rn-alarm-notification#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "amitbokodev"
}