-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 922 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": "@bvkimball/wired-horizon",
"version": "0.0.4",
"description": "Hand-drawn sketchy horizon chart - web component",
"source": "src/wired-horizon.ts",
"main": "lib/wired-horizon.js",
"module": "lib/wired-horizon.mjs",
"types": "lib/wired-horizon.d.ts",
"scripts": {
"build": "bake",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bvkimball/wired-horizon.git"
},
"keywords": [
"horizon chart",
"webcomponent",
"web component",
"rough",
"sketchy",
"hand-drawn",
"hand drawn",
"wireframe"
],
"author": "Brian Kimball <bvkimball@gmail.com> ",
"license": "MIT",
"dependencies": {
"wired-lib": "^1.0.0"
},
"devDependencies": {
"@niht/chef": "0.0.5",
"@webcomponents/webcomponentsjs": "^2.2.7",
"tslint": "^5.15.0",
"typescript": "^3.4.1"
}
}