-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
42
43
44
45
{
"name": "draw-a-component",
"version": "0.0.1",
"private": true,
"description": "Draw your own component",
"main": "index.js",
"scripts": {
"build": "tsc && rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiredjs/draw-a-component.git"
},
"keywords": [
"draw",
"sketchy",
"webcomponent",
"web component",
"custom element",
"customelement",
"designer",
"component designer",
"control designer",
"widget designer"
],
"author": "Preet Shihn <preetshihn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wiredjs/draw-a-component/issues"
},
"homepage": "https://github.com/wiredjs/draw-a-component#readme",
"devDependencies": {
"rollup": "^0.67.4",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-terser": "^3.0.0",
"tslint": "^5.11.0",
"typescript": "^3.2.1"
},
"dependencies": {
"@polymer/lit-element": "^0.6.4",
"@polymer/polymer": "^3.1.0",
"udrd": "0.0.1"
}
}