-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 980 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 980 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
30
31
32
33
{
"name": "nativesignature",
"widgetName": "NativeSignature",
"version": "1.0.0",
"description": "Signature widget for native apps",
"copyright": "ITVisors 2020",
"author": "Nathan Ruth",
"config": {
"widgetPath": "./test/widgets",
"projectPath": "./test/"
},
"packagePath": "com.itvisors.widget.native",
"scripts": {
"start": "npm run dev",
"build": "pluggable-widgets-tools build:js:native",
"dev": "pluggable-widgets-tools start:js:native",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:js:native"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Itvisors/mendix-NativeSignature/issues"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.5.4"
},
"dependencies": {
"react-native-signature-canvas": "^4.3.0",
"react-native-webview": "^11.0.3"
}
}