-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 880 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
28
29
30
31
32
33
34
35
{
"name": "react-native-device-heading",
"version": "1.1.0",
"description": "Get device heading information for iOS and Android",
"main": "deviceheading.js",
"typings": "./deviceheading.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/reinosutisno/react-native-device-heading.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"device",
"events",
"cocoapod"
],
"author": {
"name": "Reino Sutisno",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"react-native": "*"
},
"bugs": {
"url": "https://github.com/reinosutisno/react-native-device-heading/issues"
},
"homepage": "https://github.com/reinosutisno/react-native-device-heading#readme"
}