fonteditor/package.json
kekee000 b2f3fe5685 add woff2 support
use es6 module
2019-10-22 02:40:01 +08:00

55 lines
1.2 KiB
JSON

{
"author": "mkwiser",
"bugs": {
"url": "https://github.com/ecomfe/fonteditor/issues"
},
"contributors": [
{
"email": "kekee000@gmail.com",
"name": "kekee000"
},
{
"email": "junmer@foxmail.com",
"name": "junmer"
}
],
"description": "ttf to woff,svg,eot convert, ttf adjust",
"scripts": {
"dev": "webpack-dev-server --open --config ./config/webpack.dev.js",
"build": "webpack --production --config ./config/webpack.prod.js"
},
"devDependencies": {
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"fonteditor-core": "^2.0.3",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"less": "^2.0.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"q": "^1.2.0",
"style-loader": "^1.0.0",
"to-string-loader": "^1.1.5",
"url-loader": "^2.2.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"homepage": "https://github.com/ecomfe/fonteditor",
"keywords": [
"font",
"ttf",
"woff",
"woff2",
"svg",
"eot"
],
"license": "MIT",
"name": "fonteditor",
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/fonteditor.git"
},
"version": "1.0.1"
}