mirror of
https://github.com/primer/css.git
synced 2024-11-10 07:58:36 +03:00
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"name": "primer",
|
|
"version": "2.0.3",
|
|
"homepage": "http://primercss.io",
|
|
"author": "GitHub, Inc.",
|
|
"scss": "./scss/primer.scss",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/primer/primer.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-autoprefixer": "~2.2.0",
|
|
"grunt-build-control": "~0.2.0",
|
|
"grunt-jekyll": "~0.4.2",
|
|
"grunt-parker": "~0.1.0",
|
|
"grunt-sass": "~0.18.0",
|
|
"grunt-contrib-watch": "~0.6.1"
|
|
}
|
|
}
|