google-fonts-cli
Version:
a quick way to add a google font to your project
31 lines (30 loc) • 685 B
JSON
{
"name": "google-fonts-cli",
"version": "0.3.6",
"description": "a quick way to add a google font to your project",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"font",
"google-font",
"typography"
],
"repository": {
"type": "git",
"url": "https://github.com/brettimus/google-fonts-cli.git"
},
"bugs": {
"url": "https://github.com/brettimus/google-fonts-cli/issues"
},
"author": "boots <brbeut@gmail.com> (http://brettim.us/)",
"license": "MIT",
"preferGlobal": true,
"bin": {
"google-font": "index.js"
},
"dependencies": {
"boots-utils": "^0.2.5",
"jsdom": "3.1.2"
}
}