1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00
css/modules/primer-utilities/package.json
Shawn Allen e7a322d2c1 Publish
- primer-cards@0.4.1
 - primer-core@6.3.1
 - primer-css@9.4.0
 - primer-forms@1.3.1
 - primer-marketing@5.3.1
 - primer-product@5.3.1
 - primer-utilities@4.7.0
2017-09-20 16:25:21 -07:00

40 lines
894 B
JSON

{
"version": "4.7.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",
"primer": {
"category": "core",
"module_type": "utilities"
},
"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.3.0"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}