-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 862 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
39
40
{
"name": "easy-drawing",
"version": "1.2.5",
"description": "a react component that can draw arbitrary graphics and motion path in canvas by using latitude and longitude easily",
"main": "dist/index.js",
"scripts": {},
"keywords": [
"react",
"svg",
"graphic",
"graph",
"easy",
"drawing",
"draw",
"canvas",
"geo",
"latitude",
"longitude",
"map",
"component"
],
"author": {
"name": "jilin.jin",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://jinjilynn.github.io/#/",
"repository": "https://github.com/jinjilynn/easy-drawing",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime": "^7.8.7",
"core-js": "^2.6.11",
"raf-schd": "^4.0.2",
"react": "^16.8.6",
"svg-path-bounding-box": "^1.0.4",
"svgpath": "^2.2.2"
}
}