-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
40
41
42
{
"svelte": "src/index.html",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"rollup": "^0.68.2",
"rollup-plugin-svelte": "^4.5.0",
"svelte": "^2.16.0"
},
"keywords": [
"javascript",
"svelte",
"svelte-components",
"autocomplete",
"auto complete",
"autosuggest",
"auto suggest",
"typeahead",
"type ahead"
],
"files": [
"src",
"dist"
],
"name": "svelte-autocomplete",
"description": "A lightweight typeahead / autcomplete component built with Svelte",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/elcobvg/svelte-autocomplete.git"
},
"author": "Elco Brouwer von Gonzenbach <elco.brouwer@gmail.com> (https://github.com/elcobvg)",
"license": "MIT",
"bugs": {
"url": "https://github.com/elcobvg/svelte-autocomplete/issues"
},
"homepage": "https://github.com/elcobvg/svelte-autocomplete#readme"
}