capital-framework
Version:
CFPB's UI framework
16 lines (15 loc) • 435 B
JSON
{
"name": "cf-core",
"version": "4.4.2",
"description": "Capital Framework core styles",
"less": "src/cf-core.less",
"style": "cf-core.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": {
"normalize-css": "^2.0.0",
"normalize-legacy-addon": "0.1.0"
}
}