mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2025-03-01 08:01:13 +01:00
14 lines
312 B
JSON
14 lines
312 B
JSON
|
{
|
||
|
"name": "build-icons",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Convert svg icons to png",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"grunt": "*",
|
||
|
"grunt-svg2png": "git+https://git@github.com/bertyhell/grunt-svg2png.git"
|
||
|
},
|
||
|
"author": "Bert Verhelst",
|
||
|
"license": "ISC"
|
||
|
}
|