milligram/composer.json

51 lines
842 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",
2017-01-26 10:01:40 +00:00
"version": "1.3.0",
2016-01-06 06:36:37 +00:00
"description": "A minimalist CSS framework.",
2018-02-16 05:01:21 +00:00
"homepage": "https://milligram.io",
2016-01-06 06:36:37 +00:00
"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": [
2016-11-22 22:28:46 +00:00
".appveyor.yml",
".github",
2016-01-06 06:36:37 +00:00
".gitignore",
2020-05-15 04:18:35 +00:00
".gitpod.yml",
".prettierignore",
2016-10-08 15:46:11 +00:00
".sasslintrc",
2016-01-06 06:36:37 +00:00
".travis.yml",
"backstop.config.js",
2016-01-06 06:36:37 +00:00
"bower.json",
2016-01-31 07:18:00 +00:00
"changelog.md",
2016-01-12 05:00:02 +00:00
"composer.json",
2016-01-06 06:36:37 +00:00
"package.js",
"package.json",
2016-01-12 05:00:02 +00:00
"src",
"test"
2016-01-06 06:36:37 +00:00
],
"dependencies": {
2016-11-30 20:20:05 +00:00
"normalize.css": "~5.0.0"
2016-01-06 06:36:37 +00:00
}
2016-01-06 07:21:53 +00:00
}