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

74 lines
1.8 KiB
JSON

{
"_from": "primer-alerts@^1.1.7",
"_id": "primer-alerts@1.1.7",
"_inBundle": false,
"_integrity": "sha1-Ilhdk4/f8CttIs5gPd+xlnMpqIo=",
"_location": "/primer-alerts",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "primer-alerts@^1.1.7",
"name": "primer-alerts",
"escapedName": "primer-alerts",
"rawSpec": "^1.1.7",
"saveSpec": null,
"fetchSpec": "^1.1.7"
},
"_requiredBy": [
"/primer-css",
"/primer-product"
],
"_resolved": "https://registry.npmjs.org/primer-alerts/-/primer-alerts-1.1.7.tgz",
"_shasum": "22585d938fdff02b6d22ce603ddfb1967329a88a",
"_spec": "primer-alerts@^1.1.7",
"_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": "Flash messages, or alerts, inform users of successful or pending actions.",
"devDependencies": {
"primer-module-build": "*",
"stylelint": "*",
"stylelint-config-primer": "*"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primercss.io/",
"keywords": [
"alerts",
"callouts",
"css",
"flash",
"github",
"primer",
"primercss",
"style"
],
"license": "MIT",
"main": "build/index.js",
"name": "primer-alerts",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css/tree/master/packages/primer-alerts"
},
"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": "1.1.7"
}