You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
580 B
32 lines
580 B
{ |
|
"name": "ttf2eot", |
|
"version": "3.1.0", |
|
"description": "Convert TTF font to EOT", |
|
"keywords": [ |
|
"font", |
|
"ttf", |
|
"eot", |
|
"convertor" |
|
], |
|
"author": "Viktor Semykin <thesame.ml@gmail.com>", |
|
"license": "MIT", |
|
"repository": "fontello/ttf2eot", |
|
"bin": { |
|
"ttf2eot": "./ttf2eot.js" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"ttf2eot.js" |
|
], |
|
"scripts": { |
|
"lint": "standardx . -v", |
|
"test": "npm run lint && mocha" |
|
}, |
|
"dependencies": { |
|
"argparse": "^2.0.1" |
|
}, |
|
"devDependencies": { |
|
"mocha": "^9.2.0", |
|
"standardx": "^7.0.0" |
|
} |
|
}
|
|
|