fontmanager-redux
Version:
Provides access to the system font catalog
39 lines (38 loc) • 831 B
JSON
{
"name": "fontmanager-redux",
"version": "1.1.0",
"description": "Provides access to the system font catalog",
"main": "build/Release/fontmanager",
"types": "index.d.ts",
"dependencies": {
"node-addon-api": "^3.0.2"
},
"devDependencies": {
"mocha": "*"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/Eugeny/fontmanager-redux.git"
},
"keywords": [
"font",
"find",
"search",
"substitute",
"enumerate"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/devongovett/font-manager/issues"
},
"homepage": "https://github.com/devongovett/font-manager"
}