1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-16 20:28:28 +01:00
tabler-icons/package.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2020-02-27 16:44:56 +01:00
{
"name": "tabler-icons",
2020-09-03 23:43:53 +02:00
"version": "1.19.0",
2020-02-27 16:44:56 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tabler/tabler-icons/issues"
2020-03-01 16:06:35 +01:00
},
2020-03-21 23:05:55 +01:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
},
2020-03-12 11:59:18 +01:00
"files": [
2020-03-12 15:07:08 +01:00
"icons/*",
2020-03-18 00:40:07 +01:00
"icons-png/*",
2020-03-23 20:28:34 +01:00
"iconfont/*",
2020-04-19 15:57:27 +02:00
"tags.json",
"tabler-sprite.svg",
"tabler-sprite-nostroke.svg"
2020-03-10 23:09:22 +01:00
],
2020-03-01 16:06:35 +01:00
"homepage": "https://github.com/tabler/tabler-icons#readme",
"scripts": {
2020-09-01 16:21:33 +02:00
"start": "bundle exec jekyll serve --watch --livereload --trace",
2020-03-22 20:30:07 +01:00
"optimize": "gulp optimize",
2020-03-21 23:30:14 +01:00
"release": "release-it"
2020-03-01 16:06:35 +01:00
},
"description": "",
"devDependencies": {
2020-03-28 23:47:24 +01:00
"lodash.template": "4.5.0",
"node-sass": "4.13.1",
2020-03-23 20:28:34 +01:00
"clean-css": "4.2.3",
2020-03-06 00:48:09 +01:00
"glob": "7.1.6",
2020-03-12 11:59:18 +01:00
"gulp": "4.0.2",
2020-03-23 20:28:34 +01:00
"gulp-iconfont": "10.0.3",
2020-03-12 11:59:18 +01:00
"gulp-zip": "5.0.1",
2020-03-22 13:01:56 +01:00
"minimist": "1.2.5",
2020-03-21 23:05:55 +01:00
"puppeteer": "2.1.1",
2020-03-23 20:28:34 +01:00
"release-it": "13.1.2",
"svg-outline-stroke": "1.2.4"
2020-03-21 23:05:55 +01:00
},
"release-it": {
2020-03-22 13:01:56 +01:00
"hooks": {
2020-06-05 18:42:27 +02:00
"after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} --verbose",
2020-03-22 16:47:31 +01:00
"after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
2020-03-22 13:01:56 +01:00
},
2020-03-21 23:22:41 +01:00
"git": {
2020-03-25 02:01:48 +01:00
"addUntrackedFiles": true,
2020-03-22 16:47:31 +01:00
"changelog": "gulp changelog --silent --latest-tag ${latestTag}",
2020-03-22 13:01:56 +01:00
"tagName": "v${version}",
"requireBranch": "master",
"requireCommits": true
2020-03-21 23:22:41 +01:00
},
2020-03-21 23:05:55 +01:00
"github": {
"release": true
}
2020-02-27 16:44:56 +01:00
}
}