forked from gaboelnuevo/rn-draw
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 777 Bytes
/
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
{
"name": "rn-draw",
"version": "0.0.8-beta.1",
"description": "Drawing library for react-native using svg.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no tests currently\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jayeszee/rn-draw.git"
},
"keywords": [
"react-native",
"svg",
"draw",
"android",
"ios",
"mobile",
"sketch",
"signaturepad"
],
"author": "Jack Zhang <j@ckzhang.com>",
"bugs": {
"url": "https://github.com/jayeszee/rn-draw/issues"
},
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": "*",
"lodash": "*"
},
"dependencies": {
"humps": "^2.0.1",
"d3-shape": "^1.3.5"
}
}