UNPKG

435 BJSONView Raw
1{
2 "name": "cf-core",
3 "version": "4.4.2",
4 "description": "Capital Framework core styles",
5 "less": "src/cf-core.less",
6 "style": "cf-core.css",
7 "scripts": {
8 "//": "This is a convenience script to allow running `npm test` from this dir.",
9 "test": "case $(pwd) in */capital-framework/src/*) cd ../.. && npm test;; esac"
10 },
11 "dependencies": {
12 "normalize-css": "^2.0.0",
13 "normalize-legacy-addon": "0.1.0"
14 }
15}