capital-framework
Version:
CFPB's UI framework
20 lines (19 loc) • 488 B
JSON
{
"name": "cf-tables",
"version": "4.1.4",
"description": "Capital Framework tables",
"main": "src/cf-tables.js",
"less": "src/cf-tables.less",
"style": "cf-tables.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"
},
"keywords": [
"tables"
]
}