capital-framework
Version:
CFPB's UI framework
19 lines (18 loc) • 456 B
JSON
{
"name": "cf-buttons",
"version": "4.5.1",
"description": "Capital Framework buttons",
"less": "src/cf-buttons.less",
"style": "cf-buttons.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": [
"buttons"
]
}