-
Notifications
You must be signed in to change notification settings - Fork 197
/
package.json
45 lines (45 loc) · 1.14 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
45
{
"name": "react-native-signature-pad",
"version": "0.1.2",
"description": "React Native wrapper around szimek's Canvas based Signature Pad",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DispatcherInc/react-native-signature-pad.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"signature",
"pad",
"signaturepad",
"canvas"
],
"author": "Kevin Stumpf",
"license": "MIT",
"bugs": {
"url": "https://github.com/DispatcherInc/react-native-signature-pad/issues"
},
"homepage": "https://github.com/DispatcherInc/react-native-signature-pad#readme",
"peerDependencies": {
"react": "^16.8.4",
"react-native": "^0.58.6",
"react-native-webview": "^5.3.0"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}