-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 852 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
{
"name": "chip-input",
"version": "0.3.2",
"description": "A web component that implements a chip input and autocomplete, inspired by angular chip input",
"main": "index.js",
"homepage": "https://github.com/claytongulick/chip-input#readme",
"bugs": {
"url": "https://github.com/claytongulick/chip-input/issues"
},
"repository": "github:claytongulick/chip-input",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-demo": "webpack --config ./demo/webpack.config.js",
"publish-demo": "git subtree push --prefix demo/dist origin gh-pages"
},
"keywords": [
"chip",
"input",
"web",
"component",
"web component",
"autocomplete",
"lit",
"vanilla",
"search"
],
"author": "Clayton C Gulick",
"license": "MIT",
"dependencies": {
"lit": "^2.7.6"
}
}