2017-05-11 07:56:23 +03:00
|
|
|
{
|
2018-05-11 01:31:44 +03:00
|
|
|
"version": "1.5.3",
|
2017-05-11 07:56:23 +03:00
|
|
|
"name": "primer-avatars",
|
|
|
|
"description": "Basic styles for user profile avatars.",
|
2017-11-09 20:41:18 +03:00
|
|
|
"homepage": "http://primer.github.io/",
|
2017-05-11 07:56:23 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
2017-11-08 16:21:09 +03:00
|
|
|
"style": "build/build.css",
|
2017-12-07 23:36:16 +03:00
|
|
|
"sass": "index.scss",
|
2017-05-11 07:56:23 +03:00
|
|
|
"main": "build/index.js",
|
2017-08-11 02:17:41 +03:00
|
|
|
"primer": {
|
|
|
|
"category": "product",
|
|
|
|
"module_type": "components"
|
|
|
|
},
|
2017-05-11 07:56:23 +03:00
|
|
|
"files": [
|
|
|
|
"index.scss",
|
|
|
|
"lib",
|
|
|
|
"build"
|
|
|
|
],
|
2017-11-09 20:41:18 +03:00
|
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-avatars",
|
2017-05-11 07:56:23 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-09-09 00:05:33 +03:00
|
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
2017-06-11 23:06:10 +03:00
|
|
|
"prepare": "npm run build",
|
2017-09-09 00:05:33 +03:00
|
|
|
"lint": "../../script/lint-scss",
|
|
|
|
"test": "../../script/npm-run-all build lint"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-05-11 01:31:44 +03:00
|
|
|
"primer-support": "4.5.3"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"avatars",
|
|
|
|
"primer",
|
|
|
|
"css",
|
|
|
|
"github",
|
2017-11-09 20:41:18 +03:00
|
|
|
"design-system"
|
2017-05-11 07:56:23 +03:00
|
|
|
]
|
|
|
|
}
|