milligram/composer.json

51 lines
841 B
JSON
Raw Normal View History

2016-01-06 06:36:37 +00:00
{
2016-01-06 07:21:53 +00:00
"name": "milligram/milligram",
2016-01-31 06:43:38 +00:00
"version": "1.1.0",
2016-01-06 06:36:37 +00:00
"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": [
"bootstrap",
"css",
"css3",
2016-01-31 06:28:58 +00:00
"flexbox",
2016-01-06 06:36:37 +00:00
"front-end",
"framework",
"html",
"html5",
"kickstarter",
"less",
"responsive",
"mobile",
"mobile-first",
"postcss",
"responsive",
"sass",
"scss",
"stylus"
],
"ignore": [
".editorconfig",
".github",
2016-01-06 06:36:37 +00:00
".gitignore",
".npmignore",
".travis.yml",
".versions",
2016-01-06 06:36:37 +00:00
"bower.json",
2016-01-31 07:18:00 +00:00
"changelog.md",
2016-01-06 06:36:37 +00:00
"component.json",
2016-01-12 05:00:02 +00:00
"composer.json",
2016-01-06 06:36:37 +00:00
"contributing.md",
"package.js",
"package.json",
2016-01-12 05:00:02 +00:00
"src",
"test"
2016-01-06 06:36:37 +00:00
],
"dependencies": {
"normalize.css": "latest"
}
2016-01-06 07:21:53 +00:00
}