-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "react-native-vision",
"version": "2.0.1",
"description": "React Native module for enhanced camera and vision in iOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bridge": "react-native-swift-bridge",
"watch": "react-native-swift-bridge --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhdeck/react-native-vision.git"
},
"author": "Ray Deck",
"license": "MIT",
"bugs": {
"url": "https://github.com/rhdeck/react-native-vision/issues"
},
"homepage": "https://github.com/rhdeck/react-native-vision#readme",
"dependencies": {
"react": "^16.3.2",
"react-native-swift": "^1.2.0",
"request": "^2.88.0",
"rimraf": "^2.6.2"
},
"isSwift": true,
"devDependencies": {
"glob": "^7.1.3",
"react-native": "*",
"react-native-swift-bridge": "^2.1.0",
"@raydeck/xcode": "^2.2.0"
},
"peerDependencies": {
"react-native-camera-ios-enable": "^1.0.1"
},
"rnpm": {
"plugin": "plugin.js"
}
}