UNPKG

471 BJSONView Raw
1{
2 "name": "cf-typography",
3 "version": "4.3.0",
4 "description": "Capital Framework typography",
5 "less": "src/cf-typography.less",
6 "style": "cf-typography.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 "cf-core": "^4.0.0",
13 "cf-icons": "^4.0.0"
14 },
15 "keywords": [
16 "typography"
17 ]
18}