diff options
author | codecalm <codecalm@gmail.com> | 2020-02-27 16:44:56 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-27 16:44:56 +0100 |
commit | 779f14f8b56f25841bdc79a809987d27a1f6dde4 (patch) | |
tree | 27a7d1efef52594eabd2223de454dfd9345b7789 /package.json | |
parent | first commit (diff) | |
download | tabler-icons-779f14f8b56f25841bdc79a809987d27a1f6dde4.tar.xz |
first init
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..6d0ba923 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "tabler-icons", + "version": "1.0.0", + "description": "", + "repository": { + "type": "git", + "url": "git+https://github.com/tabler/tabler-icons.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/tabler/tabler-icons/issues" + } +} |