-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
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
45
46
{
"name": "react-native-document-scanner",
"version": "1.0.7",
"description": "Document scanner with border detection, perspective correction and custom crop/resize",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": "Romain Marquois",
"license": "MIT",
"homepage": "https://github.com/ubidreams/react-native-document-scanner",
"peerDependencies": {
"react-native": "0.59.10",
"react-native-camera": "3.0.1",
"react-native-svg": "9.6.2"
},
"devDependencies": {
"standard": "13.1.0",
"@babel/core": "7.4.0",
"@babel/runtime": "7.4.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"eslint": "5.15.3"
},
"standard": {
"parser": "babel-eslint",
"plugins": [
"react"
],
"globals": [
"describe",
"test",
"jest",
"expect",
"fetch",
"navigator",
"__DEV__",
"XMLHttpRequest",
"FormData",
"React$Element"
]
}
}