-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 922 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 922 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
34
35
36
37
38
39
40
41
{
"name": "leafer-draw",
"version": "2.1.0",
"author": "Chao (Leafer) Wan",
"license": "MIT",
"type": "module",
"main": "dist/web.esm.min.js",
"exports": {
"import": "./dist/web.esm.min.js",
"require": "./dist/web.min.cjs",
"types": "./types/index.d.ts"
},
"types": "types/index.d.ts",
"unpkg": "dist/web.min.js",
"jsdelivr": "dist/web.min.js",
"files": ["src","types","dist"],
"repository": {
"type": "git",
"url": "https://github.com/leaferjs/leafer-draw.git"
},
"homepage": "https://github.com/leaferjs/leafer-draw",
"bugs": "https://github.com/leaferjs/leafer-draw/issues",
"keywords": [
"leafer draw",
"leafer-draw",
"leaferui",
"leafer-ui",
"leaferjs",
"leafer",
"html5",
"canvas",
"2d",
"graphic",
"renderer",
"engine"
],
"dependencies": {
"@leafer-draw/web": "2.1.0",
"@leafer-ui/draw": "2.1.0"
}
}