1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 13:51:52 +03:00
css/modules/primer-utilities/package.json
2017-08-09 16:41:18 -04:00

36 lines
821 B
JSON

{
"version": "4.5.0",
"name": "primer-utilities",
"description": "Immutable, atomic CSS classes to rapidly build product",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"files": [
"index.scss",
"lib",
"build",
"docs"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-utilities",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -s scss",
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}