1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 20:58:34 +01:00
tabler-icons/package.json
2020-03-22 16:55:23 +01:00

54 lines
1.3 KiB
JSON

{
"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": {
"start": "bundle exec jekyll serve --watch --livereload",
"release": "release-it"
},
"description": "",
"devDependencies": {
"glob": "7.1.6",
"gulp": "4.0.2",
"gulp-zip": "5.0.1",
"minimist": "1.2.5",
"puppeteer": "2.1.1",
"release-it": "13.1.2"
},
"release-it": {
"hooks": {
"after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version}",
"after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
},
"git": {
"changelog": "gulp changelog --silent --latest-tag ${latestTag}",
"tagName": "v${version}",
"requireBranch": "master",
"requireCommits": true
},
"github": {
"release": true
}
}
}