blob: 4ac2dbabdb6e02b9cd641a5a47bfb880ec788649 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "@ihealth/ihealthlibrary-react-native",
"version": "1.5.0",
"description": "React Native Model for iHealth Library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://iHealthLabs@github.com/iHealthLab/ReactNativeLibrary.git"
},
"author": "iHealthLabs",
"license": "ISC",
"bugs": {
"url": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative/issues"
},
"homepage": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative#readme"
}
|