1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 19:51:37 +03:00
css/modules/primer-tooltips/package.json

40 lines
963 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "1.3.0",
2017-05-11 07:56:23 +03:00
"name": "primer-tooltips",
"description": "Add tooltips built entirely in CSS to nearly any element.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
2017-08-11 02:15:19 +03:00
"primer": {
"category": "core",
2017-08-11 02:28:08 +03:00
"module_type": "components"
2017-08-11 02:15:19 +03:00
},
2017-05-11 07:56:23 +03:00
"files": [
"index.scss",
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-tooltips",
2017-05-11 07:56:23 +03:00
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
2017-05-11 07:56:23 +03:00
},
"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"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-support": "4.3.0"
2017-05-11 07:56:23 +03:00
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}