UNPKG

primer-flex-table

Version:

A module for creating dynamically resizable elements that always sit on the same horizontal line.

38 lines (37 loc) 1.09 kB
{ "version": "0.2.4", "name": "primer-flex-table", "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", "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/flex-table.git", "bugs": { "url": "https://github.com/primer/flex-table/issues" }, "scripts": { "setup": "if [ ! -d \"node_modules\" ]; then npm install; fi", "build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css", "prepublish": "npm run setup && npm run build", "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" }, "devDependencies": { "autoprefixer": "^6.3.6", "node-sass": "^3.7.0", "postcss-cli": "^2.5.2", "stylelint": "^7.0.3", "stylelint-config-primer": "^1.1.0" }, "keywords": [ "primer", "css", "github", "primercss" ] }