{ "name": "tabler-icons", "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" }, "files": [ "icons/*", "icons-png/*", "tabler-sprite.svg", "tabler-sprite-nostroke.svg" ], "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", "scripts": { "precommit": "gulp optimize", "optimize": "gulp optimize", "start": "bundle exec jekyll serve --watch --livereload", "build": "gulp build", "png": "gulp svg-to-png", "release": "release-it --ci" }, "description": "", "devDependencies": { "glob": "7.1.6", "gulp": "4.0.2", "gulp-zip": "5.0.1", "puppeteer": "2.1.1", "release-it": "13.1.2" }, "release-it": { "git": { "tagName": "v${version}" }, "github": { "release": true } } }