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

24 lines
523 B
JSON
Raw Normal View History

2020-02-27 16:44:56 +01:00
{
"name": "tabler-icons",
"version": "1.0.0",
"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
},
"homepage": "https://github.com/tabler/tabler-icons#readme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "",
"devDependencies": {
"glob": "^7.1.6",
"gulp": "^4.0.2"
2020-02-27 16:44:56 +01:00
}
}