mirror of
https://github.com/devgg/fonticon.git
synced 2026-08-24 10:13:28 -05:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "fonticon",
|
|
"version": "1.0.0",
|
|
"description":
|
|
"Tool for creating favicons and images from [Font Awesome](http://fontawesome.io/) icons. The generated icon can be previewed live in the browser.",
|
|
"private": true,
|
|
"directories": {
|
|
"lib": "src",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --display-modules",
|
|
"start:dev": "webpack-dev-server",
|
|
"build:prod": "webpack --display-modules --mode=production",
|
|
"postinstall": "pip install pre-commit && pre-commit install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/devgg/fonticon.git"
|
|
},
|
|
"keywords": ["favicon", "Font Awesome", "icon", "fonticon"],
|
|
"author": "Florian Gauger",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/devgg/fonticon/issues"
|
|
},
|
|
"homepage": "https://gauger.io/fonticon",
|
|
"devDependencies": {
|
|
"cloudflare-cli": "^3.0.0",
|
|
"css-loader": "^0.28.11",
|
|
"file-loader": "^1.1.11",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"style-loader": "^0.21.0",
|
|
"uglifyjs-webpack-plugin": "^1.2.7",
|
|
"webpack": "^4.12.1",
|
|
"webpack-cli": "^3.0.8",
|
|
"webpack-dev-server": "^3.1.4"
|
|
},
|
|
"dependencies": {
|
|
"blueimp-canvas-to-blob": "^3.14.0",
|
|
"file-saver": "^1.3.8",
|
|
"fuse.js": "^3.2.1",
|
|
"jquery": "^3.3.1",
|
|
"spectrum-colorpicker": "^1.8.0",
|
|
"tinysort": "^2.3.6"
|
|
}
|
|
}
|