1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 22:30:47 +03:00
css/modules/primer-layout/package.json

40 lines
887 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "1.2.0",
2017-05-11 07:56:23 +03:00
"name": "primer-layout",
"description": "Containers, rows, and columns for creating page layout.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
2017-08-11 02:15:19 +03:00
"primer": {
"category": "core",
"module_type": "object"
},
2017-05-11 07:56:23 +03:00
"files": [
"index.scss",
"lib",
2017-08-09 23:40:45 +03:00
"build",
"docs"
2017-05-11 07:56:23 +03:00
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-layout",
2017-05-11 07:56:23 +03:00
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
2017-05-11 07:56:23 +03:00
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
2017-07-27 01:14:47 +03:00
"lint": "stylelint **/*.scss -s scss",
2017-07-26 21:05:24 +03:00
"test": "npm-run-all -s build lint"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-support": "^4.2.0"
2017-05-11 07:56:23 +03:00
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}