milligram/component.json

43 lines
749 B
JSON
Raw Normal View History

2015-12-23 16:50:19 +00:00
{
"name": "milligram",
2015-12-29 02:52:00 +00:00
"version": "1.0.3",
"description": "A minimalist CSS framework.",
2015-12-23 16:50:19 +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-23 16:50:19 +00:00
"keywords": [
"boilerplate",
2015-12-26 21:43:29 +00:00
"bootstrap",
2015-12-23 16:50:19 +00:00
"css",
2015-12-26 21:43:29 +00:00
"css3",
2015-12-23 16:50:19 +00:00
"design",
"front-end",
"framework",
"html",
2015-12-26 21:43:29 +00:00
"html5",
"kickstart",
2015-12-23 16:50:19 +00:00
"less",
"milligram",
"responsive",
"mobile",
"mobile-first",
2015-12-26 21:43:29 +00:00
"responsive",
2015-12-23 16:50:19 +00:00
"sass",
"stylus",
"style",
2015-12-26 21:43:29 +00:00
"stylesheet"
2015-12-23 16:50:19 +00:00
],
"ignore": [
2015-12-26 21:43:29 +00:00
".editorconfig",
".gitignore",
".travis.yml",
"bower.json",
"package.json",
"gruntfile.js",
"src"
2015-12-23 16:50:19 +00:00
],
"repo": "milligram/milligram",
2015-12-26 21:43:29 +00:00
"styles": ["dist/milligram.css"]
2015-12-23 16:50:19 +00:00
}