-
-
Notifications
You must be signed in to change notification settings - Fork 331
/
package.json
39 lines (39 loc) · 956 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
{
"name": "wired-elements",
"version": "3.0.0-rc.7",
"description": "Collection of hand-drawn sketchy web components",
"type": "module",
"main": "lib/wired-elements.js",
"module": "lib/wired-elements.js",
"types": "lib/wired-elements.d.ts",
"scripts": {
"build": "rm -rf lib && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiredjs/wired-elements.git"
},
"keywords": [
"webcomponent",
"web component",
"rough",
"sketchy",
"hand-drawn",
"hand drawn",
"wireframe"
],
"author": "Preet Shihn <[email protected]> (https://twitter.com/preetster)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wiredjs/wired-elements/issues"
},
"homepage": "https://github.com/wiredjs/wired-elements#readme",
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.2.4"
},
"dependencies": {
"lit": "^2.0.0-rc.1",
"roughjs": "^4.3.1"
}
}