1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 12:14:22 +03:00
css/bower.json
2015-03-22 21:09:41 -07:00

22 lines
369 B
JSON

{
"name": "primer-css",
"version": "2.0.2",
"ignore": [
"docs/",
"script/",
".gitignore",
".scss-lint.yml",
"_config.yml",
"Gemfile",
"Gemfile.lock",
"Rakefile"
],
"main": [
"scss/primer.scss"
],
"dependencies": {
"octicons": "*",
"primer-user-content": "https://github.com/primer/user-content.git#2.1.7"
}
}