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

70 lines
1.8 KiB
JSON

{
"_from": "primer-layout@^1.0.4",
"_id": "primer-layout@1.0.4",
"_inBundle": false,
"_integrity": "sha1-730nf+1bTk7jdYSrZ6SguLZhzdI=",
"_location": "/primer-layout",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "primer-layout@^1.0.4",
"name": "primer-layout",
"escapedName": "primer-layout",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/primer-core",
"/primer-css"
],
"_resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-1.0.4.tgz",
"_shasum": "ef7d277fed5b4e4ee37584ab67a4a0b8b661cdd2",
"_spec": "primer-layout@^1.0.4",
"_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": "Containers, rows, and columns for creating page layout.",
"devDependencies": {
"primer-module-build": "*",
"stylelint": "*",
"stylelint-config-primer": "*"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primercss.io/",
"keywords": [
"primer",
"css",
"github",
"primercss"
],
"license": "MIT",
"main": "build/index.js",
"name": "primer-layout",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css/tree/master/packages/primer-layout"
},
"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.0.4"
}