milligram/bower.json
2015-12-26 18:46:07 -03:00

45 lines
738 B
JSON

{
"name": "milligram",
"version": "1.0.2",
"description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io",
"repository": "milligram/milligram",
"license": "MIT",
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
"main": "dist/milligram.css",
"keywords": [
"boilerplate",
"bootstrap",
"css",
"css3",
"design",
"front-end",
"framework",
"html",
"html5",
"kickstart",
"less",
"milligram",
"responsive",
"mobile",
"mobile-first",
"responsive",
"sass",
"stylus",
"style",
"stylesheet"
],
"ignore": [
".editorconfig",
".gitignore",
".travis.yml",
"component.json",
"package.json",
"gruntfile.js",
"src"
],
"dependencies": {
"normalize.css": "latest"
}
}