{ "version": "1.2.0", "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", "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-tooltips", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "test-docs": "ava --verbose ../../tests/modules/test-*.js", "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -s scss", "test": "npm-run-all -s build lint test-docs" }, "dependencies": { "primer-support": "^4.2.0" }, "keywords": [ "primer", "css", "github", "primercss" ] }