{ "version": "1.4.0", "name": "primer-table-object", "description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.", "homepage": "http://primercss.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "index.scss", "main": "build/index.js", "primer": { "category": "core", "module_type": "objects" }, "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-table-object", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "test-docs": "ava --verbose ../../tests/modules/test-*.js", "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -s scss", "test": "npm-run-all -s build lint test-docs" }, "dependencies": { "primer-support": "4.4.0" }, "keywords": [ "primer", "css", "github", "primercss" ] }