mirror of
https://github.com/primer/css.git
synced 2024-12-11 11:16:04 +03:00
589cf10e28
- primer-product@5.8.1 - primer-progress@0.1.1 - primer@10.10.1
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"version": "0.1.1",
|
|
"name": "primer-progress",
|
|
"description": "Use Progress components to visualize task completion",
|
|
"homepage": "http://primer.github.io/",
|
|
"primer": {
|
|
"category": "product",
|
|
"module_type": "components"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build"
|
|
],
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"sass": "index.scss",
|
|
"main": "build/index.js",
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-progress",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer/issues"
|
|
},
|
|
"scripts": {
|
|
"test-docs": "../../script/test-docs",
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"lint": "../../script/lint-scss",
|
|
"test": "../../script/npm-run-all build lint test-docs",
|
|
"prepublishOnly": "../../script/notify pending",
|
|
"publish": "../../script/notify success"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "4.7.0"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"primer"
|
|
]
|
|
}
|