-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 748 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 748 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
28
29
{
"name": "react-native-device-motion",
"version": "0.1.1",
"description": "iOS device motion wrapper for React Native. ",
"main": "DeviceMotion.ios.js",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paramaggarwal/react-native-device-motion.git"
},
"keywords": [
"react",
"native",
"device",
"motion",
"react-native"
],
"author": "Param Aggarwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/paramaggarwal/react-native-device-motion/issues"
},
"homepage": "https://github.com/paramaggarwal/react-native-device-motion#readme"
}