diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 16:06:35 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 16:06:35 +0100 |
commit | 9e3f11bf05d9c3883b99afe900ea6cb7c2392111 (patch) | |
tree | fd2fda3f39011b59d270891575a6baff046a1037 /package.json | |
parent | search, zoom, cog (diff) | |
download | tabler-icons-9e3f11bf05d9c3883b99afe900ea6cb7c2392111.tar.xz |
heart, user, map pin, gulp init
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json index 6d0ba923..60a66dc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "tabler-icons", "version": "1.0.0", - "description": "", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" @@ -10,5 +9,15 @@ "license": "MIT", "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" + }, + "homepage": "https://github.com/tabler/tabler-icons#readme", + "main": "gulpfile.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "description": "", + "devDependencies": { + "glob": "^7.1.6", + "gulp": "^4.0.2" } } |