Files
probot.github.io/node_modules/primer-buttons/package.json
2017-07-03 16:17:14 -05:00

72 lines
1.8 KiB
JSON

{
"_from": "primer-buttons@^2.0.5",
"_id": "primer-buttons@2.0.5",
"_inBundle": false,
"_integrity": "sha1-C97B8QLf+yPv8RKXHyng2DajAog=",
"_location": "/primer-buttons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "primer-buttons@^2.0.5",
"name": "primer-buttons",
"escapedName": "primer-buttons",
"rawSpec": "^2.0.5",
"saveSpec": null,
"fetchSpec": "^2.0.5"
},
"_requiredBy": [
"/primer-core",
"/primer-css"
],
"_resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.0.5.tgz",
"_shasum": "0bdec1f102dffb23eff112971f29e0d836a30288",
"_spec": "primer-buttons@^2.0.5",
"_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css",
"author": {
"name": "GitHub, Inc."
},
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"bundleDependencies": false,
"dependencies": {
"primer-support": "^4.0.6"
},
"deprecated": false,
"description": "A collection of buttons used for primary and secondary actions.",
"devDependencies": {
"primer-module-build": "*",
"stylelint": "*",
"stylelint-config-primer": "*"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primercss.io/",
"keywords": [
"primer",
"css",
"github",
"primercss",
"buttons",
"styles"
],
"license": "MIT",
"main": "build/index.js",
"name": "primer-buttons",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css/tree/master/packages/primer-buttons"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"style": "index.scss",
"version": "2.0.5"
}