forked from tuanna1601/react-native-indoor-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 649 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 649 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-indoor-manager",
"version": "1.0.3",
"description": "Added IndoorAtlas support for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"indoor-atlas"
],
"repository": {
"type": "git",
"url": "https://github.com/tuanna1601/react-native-indoor-manager.git"
},
"bugs": {
"url": "https://github.com/tuanna1601/react-native-indoor-manager"
},
"email": "tuanna1601@gmail.com",
"author": "Tuan Nguyen",
"license": "BSD-3-Clause",
"peerDependencies": {
"react-native": "^0.41.2"
}
}