milligram/bower.json

46 lines
764 B
JSON
Raw Normal View History

2015-12-10 22:35:36 +00:00
{
"name": "milligram",
2015-12-29 02:52:00 +00:00
"version": "1.0.3",
"description": "A minimalist CSS framework.",
2015-12-10 22:35:36 +00:00
"homepage": "http://milligram.github.io",
2015-12-26 21:43:29 +00:00
"repository": "milligram/milligram",
"license": "MIT",
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
"main": "dist/milligram.css",
2015-12-10 22:35:36 +00:00
"keywords": [
2015-12-26 21:43:29 +00:00
"bootstrap",
2015-12-10 22:35:36 +00:00
"css",
2015-12-26 21:43:29 +00:00
"css3",
2015-12-10 22:35:36 +00:00
"front-end",
"framework",
"html",
2015-12-26 21:43:29 +00:00
"html5",
"kickstarter",
2015-12-10 22:35:36 +00:00
"less",
"responsive",
"mobile",
"mobile-first",
"postcss",
2015-12-26 21:43:29 +00:00
"responsive",
2015-12-10 22:35:36 +00:00
"sass",
"scss",
"stylus"
2015-12-26 21:43:29 +00:00
],
"ignore": [
".editorconfig",
".gitignore",
".npmignore",
2015-12-26 21:43:29 +00:00
".travis.yml",
"component.json",
"composer.json",
"contributing.md",
2015-12-26 21:43:29 +00:00
"gruntfile.js",
"package.js",
"package.json",
2015-12-26 21:43:29 +00:00
"src"
2015-12-10 22:35:36 +00:00
],
"dependencies": {
"normalize.css": "latest"
2015-12-26 21:43:29 +00:00
}
2015-12-10 22:35:36 +00:00
}