Merge pull request #38 from terrillo/master
Takeover Underway!
Showing
17.7 KB
14.7 KB
6.28 KB
5.82 KB
858 Bytes
1.5 KB
3.68 KB
841 Bytes
4.87 KB
1021 Bytes
4.03 KB
4.67 KB
1021 Bytes
3.47 KB
272 Bytes
471 Bytes
714 Bytes
346 Bytes
660 Bytes
1.03 KB
465 Bytes
1.03 KB
1.54 KB
625 Bytes
1.38 KB
1.71 KB
1.47 KB
70.7 KB
67.2 KB
52.7 KB
77.4 KB
58.4 KB
File moved
{ | ||
"name": "react-native-apple-healthkit", | ||
"version": "0.2.1", | ||
"description": "A React Native bridge module for interacting with Apple HealthKit data", | ||
"name": "rn-apple-healthkit", | ||
"version": "0.4.0", | ||
"description": "A React Native package for interacting with Apple HealthKit", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/GregWilson/react-native-apple-healthkit.git" | ||
"url": "git+https://github.com/terrillo/rn-apple-healthkit.git" | ||
}, | ||
"keywords": [ | ||
"Apple", | ||
... | ... | @@ -20,12 +17,12 @@ |
"native", | ||
"ios" | ||
], | ||
"author": "Greg Wilson", | ||
"author": "Terrillo Walls", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"react-native": ">=0.28.0" | ||
"react-native": ">=0.40.0" | ||
}, | ||
"peerDependencies": { | ||
"react-native": ">=0.28.0" | ||
"react-native": ">=0.40.0" | ||
} | ||
} |