Skip to content

Commit 0351984

Browse files
committed
updates
1 parent 3e0238d commit 0351984

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)