creation and first commit of repo
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "react-native-apple-healthkit", | |||
"version": "0.0.1", | |||
"description": "A React Native bridge module for interacting with Apple HealthKit data", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "github.com:GregWilson/RCTAppleHealthKit.git" | |||
}, | |||
"keywords": [ | |||
"Apple", | |||
"HealthKit", | |||
"health-kit", | |||
"ReactNative", | |||
"react-native" | |||
], | |||
"author": "Greg Wilson", | |||
"license": "MIT", | |||
"devDependencies": { | |||
"react-native": "^0.28.0" | |||
}, | |||
"peerDependencies": { | |||
"react-native": "^0.28.0" | |||
} | |||
} |
Please register or sign in to comment