- commit
- e425bb38563ff6bf15ac9521420ae2677e4c2fb0
- parent
- b097c5d796c3966c82000e5396a457d64fb10817
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-03-25 16:37
add package.json
Diffstat
| A | package.json | 19 | +++++++++++++++++++ |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
@@ -0,0 +1,19 @@
-1 1 {
-1 2 "name": "select",
-1 3 "version": "0.0.0",
-1 4 "description": "Better select widgets in vanilla javascript",
-1 5 "repository": {
-1 6 "type": "git",
-1 7 "url": "git+https://github.com/xi/select.git"
-1 8 },
-1 9 "keywords": ["select2"],
-1 10 "author": "Tobias Bengfort <tobias.bengfort@posteo.de>",
-1 11 "license": "MIT",
-1 12 "homepage": "https://github.com/xi/select",
-1 13 "files": [
-1 14 "select.js",
-1 15 "select.css",
-1 16 "README.md",
-1 17 "LICENSE"
-1 18 ]
-1 19 }