We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0238d commit 0351984Copy full SHA for 0351984
package.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "@sticknet/react-native-sketch-canvas",
3
+ "version": "1.0.0",
4
+ "description": "react-native-sketch-canvas ===================",
5
+ "main": "index.js",
6
+ "directories": {
7
+ "example": "example"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/sticknet/react-native-sketch-canvas.git"
15
16
+ "author": "",
17
+ "license": "ISC",
18
+ "types": "./index.d.ts",
19
+ "bugs": {
20
+ "url": "https://github.com/sticknet/react-native-sketch-canvas/issues"
21
22
+ "homepage": "https://github.com/sticknet/react-native-sketch-canvas#readme"
23
+}
0 commit comments