font-manager
Version:
Provides access to the system font catalog
38 lines (37 loc) • 782 B
JSON
{
"name": "font-manager",
"version": "0.3.1",
"description": "Provides access to the system font catalog",
"main": "build/Release/fontmanager",
"types": "index.d.ts",
"dependencies": {
"nan": ">=2.10.0"
},
"devDependencies": {
"mocha": "*"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/devongovett/font-manager.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"
}