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

75 lines
1.9 KiB
JSON

{
"_from": "primer-page-headers@^1.0.1",
"_id": "primer-page-headers@1.0.1",
"_inBundle": false,
"_integrity": "sha1-4y4Vz7aixJu5nxzXHDygToF6D3c=",
"_location": "/primer-page-headers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "primer-page-headers@^1.0.1",
"name": "primer-page-headers",
"escapedName": "primer-page-headers",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/primer-css",
"/primer-marketing"
],
"_resolved": "https://registry.npmjs.org/primer-page-headers/-/primer-page-headers-1.0.1.tgz",
"_shasum": "e32e15cfb6a2c49bb99f1cd71c3ca04e817a0f77",
"_spec": "primer-page-headers@^1.0.1",
"_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-marketing-support": "^1.0.1",
"primer-support": "^4.0.6"
},
"deprecated": false,
"description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.",
"devDependencies": {
"primer-module-build": "*",
"stylelint": "*",
"stylelint-config-primer": "*"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primercss.io/",
"keywords": [
"css",
"flash",
"github",
"hero",
"jumbotron",
"primer",
"primercss",
"style"
],
"license": "MIT",
"main": "build/index.js",
"name": "primer-page-headers",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css/tree/master/packages/primer-page-headers"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"style": "build/build.css",
"version": "1.0.1"
}