-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 738 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 738 Bytes
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-shortcut-badge",
"description": "Badge for the shortcut icon in your React Native Android Apps",
"version": "0.1.0-beta.2",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "echo No test!"
},
"author": {
"name": "aMarCruz",
"email": "amarcruzbox-git@yahoo.com",
"url": "https://github.com/aMarCruz"
},
"homepage": "https://github.com/aMarCruz/react-native-shortcut-badge",
"repository": {
"type": "git",
"url": "git+https://github.com/aMarCruz/react-native-shortcut-badge.git"
},
"bugs": {
"url": "https://github.com/aMarCruz/react-native-shortcut-badge/issues"
},
"peerDependencies": {
"react-native": ">=0.50.0"
},
"dependencies": {}
}