capital-framework
Version:
CFPB's UI framework
22 lines (21 loc) • 578 B
JSON
{
"name": "cf-expandables",
"version": "4.1.5",
"description": "Capital Framework expandables",
"main": "src/cf-expandables.js",
"less": "src/cf-expandables.less",
"style": "cf-expandables.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": {
"atomic-component": "1.3.2",
"cf-core": "^4.0.0",
"cf-icons": "^4.0.0",
"classlist-polyfill": "1.0.3"
},
"keywords": [
"expandable"
]
}