UNPKG

488 BJSONView Raw
1{
2 "name": "cf-tables",
3 "version": "4.1.4",
4 "description": "Capital Framework tables",
5 "main": "src/cf-tables.js",
6 "less": "src/cf-tables.less",
7 "style": "cf-tables.css",
8 "scripts": {
9 "//": "This is a convenience script to allow running `npm test` from this dir.",
10 "test": "case $(pwd) in */capital-framework/src/*) cd ../.. && npm test;; esac"
11 },
12 "dependencies": {
13 "atomic-component": "1.3.2",
14 "cf-core": "^4.0.0"
15 },
16 "keywords": [
17 "tables"
18 ]
19}