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

36 lines
809 B
JSON
Raw Normal View History

2020-02-27 16:44:56 +01:00
{
"name": "tabler-icons",
"version": "1.0.2",
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-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/*",
"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",
"main": "gulpfile.js",
"scripts": {
2020-03-10 22:48:47 +01:00
"precommit": "gulp optimize",
2020-03-09 23:42:33 +01:00
"optimize": "gulp optimize",
2020-03-10 22:12:47 +01:00
"start": "bundle exec jekyll serve --watch --livereload",
"build": "gulp build",
2020-03-17 22:05:54 +01:00
"png": "gulp svg-to-png"
2020-03-01 16:06:35 +01:00
},
"description": "",
"devDependencies": {
2020-03-06 00:48:09 +01:00
"glob": "7.1.6",
2020-03-12 11:59:18 +01:00
"gulp": "4.0.2",
"gulp-zip": "5.0.1",
"puppeteer": "2.1.1"
2020-02-27 16:44:56 +01:00
}
}