milligram/component.json

55 lines
908 B
JSON
Raw Normal View History

2015-12-23 16:50:19 +00:00
{
"name": "milligram",
2016-01-31 06:43:38 +00:00
"version": "1.1.0",
"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": [
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",
2016-01-31 06:28:58 +00:00
"flexbox",
2015-12-23 16:50:19 +00:00
"front-end",
"framework",
"html",
2015-12-26 21:43:29 +00:00
"html5",
"kickstarter",
2015-12-23 16:50:19 +00:00
"less",
"responsive",
"mobile",
"mobile-first",
"postcss",
2015-12-26 21:43:29 +00:00
"responsive",
2015-12-23 16:50:19 +00:00
"sass",
"scss",
"stylus"
2015-12-23 16:50:19 +00:00
],
"ignore": [
2015-12-26 21:43:29 +00:00
".editorconfig",
".gitignore",
".npmignore",
2015-12-26 21:43:29 +00:00
".travis.yml",
"bower.json",
2016-01-31 07:18:00 +00:00
"changelog.md",
2016-01-12 05:00:02 +00:00
"component.json",
"composer.json",
"contributing.md",
2015-12-26 21:43:29 +00:00
"gruntfile.js",
"package.js",
"package.json",
2016-01-12 05:00:02 +00:00
"src",
"test"
2015-12-23 16:50:19 +00:00
],
"repo": "milligram/milligram",
2016-01-06 07:50:30 +00:00
"styles": [
"demo",
"dist/milligram.css",
"dist/milligram.min.css",
"license",
"readme.md"
]
2016-01-12 05:00:02 +00:00
}