forked from Aerobotics/react-native-dji-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "react-native-dji-mobile",
"version": "0.0.6",
"description": "A React Native wrapper for DJI's Mobile SDK.",
"main": "index.js",
"scripts": {
"dev": "node ./scripts/make.js"
},
"keywords": [
"react-native",
"dji-mobile"
],
"author": "Aerobotics",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.57.8"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"chokidar": "^2.0.4",
"eslint": "^5.16.0",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"flow-bin": "^0.91.0",
"react-native": "^0.57.8"
},
"dependencies": {
"rxjs": "^6.4.0"
},
"directories": {
"doc": "docs",
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aerobotics/react-native-dji-mobile.git"
},
"bugs": {
"url": "https://github.com/Aerobotics/react-native-dji-mobile/issues"
},
"homepage": "https://github.com/Aerobotics/react-native-dji-mobile#readme"
}