summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ihealth-sdk/package.json')
-rwxr-xr-xlibs/ihealth-sdk/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/package.json b/libs/ihealth-sdk/package.json
new file mode 100755
index 0000000..4ac2dba
--- /dev/null
+++ b/libs/ihealth-sdk/package.json
@@ -0,0 +1,19 @@
1{
2 "name": "@ihealth/ihealthlibrary-react-native",
3 "version": "1.5.0",
4 "description": "React Native Model for iHealth Library",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://iHealthLabs@github.com/iHealthLab/ReactNativeLibrary.git"
12 },
13 "author": "iHealthLabs",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative/issues"
17 },
18 "homepage": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative#readme"
19}