capital-framework
Version:
CFPB's UI framework
19 lines (18 loc) • 471 B
JSON
{
"name": "cf-typography",
"version": "4.3.0",
"description": "Capital Framework typography",
"less": "src/cf-typography.less",
"style": "cf-typography.css",
"scripts": {
"//": "This is a convenience script to allow running `npm test` from this dir.",
"test": "case $(pwd) in */capital-framework/src/*) cd ../.. && npm test;; esac"
},
"dependencies": {
"cf-core": "^4.0.0",
"cf-icons": "^4.0.0"
},
"keywords": [
"typography"
]
}