mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +03:00
39 lines
972 B
JSON
39 lines
972 B
JSON
{
|
|
"version": "1.0.8",
|
|
"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",
|
|
"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": {
|
|
"build": "primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "^4.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"primer-module-build": "*",
|
|
"stylelint": "*",
|
|
"stylelint-config-primer": "*"
|
|
},
|
|
"keywords": [
|
|
"primer",
|
|
"css",
|
|
"github",
|
|
"primercss"
|
|
]
|
|
}
|