aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 16:06:35 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 16:06:35 +0100
commit9e3f11bf05d9c3883b99afe900ea6cb7c2392111 (patch)
treefd2fda3f39011b59d270891575a6baff046a1037 /package.json
parentsearch, zoom, cog (diff)
downloadtabler-icons-9e3f11bf05d9c3883b99afe900ea6cb7c2392111.tar.xz
heart, user, map pin, gulp init
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6d0ba92..60a66dc 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"
}
}