mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 20:58:34 +01:00
32 lines
768 B
JSON
32 lines
768 B
JSON
{
|
|
"name": "tabler-icons",
|
|
"version": "1.0.0-alpha.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tabler/tabler-icons.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"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 optimize && gulp build && gulp icons-preview && gulp icons-sprite"
|
|
},
|
|
"description": "",
|
|
"devDependencies": {
|
|
"glob": "7.1.6",
|
|
"gulp": "4.0.2",
|
|
"gulp-zip": "5.0.1",
|
|
"puppeteer": "2.1.1"
|
|
}
|
|
}
|