From cfb3cc0563fd7efcb320c425741278ff6707fe7f Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Wed, 6 Jan 2016 03:36:37 -0300 Subject: [PATCH] added composer --- composer.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2cb0217 --- /dev/null +++ b/composer.json @@ -0,0 +1,45 @@ +{ + "name": "milligram", + "version": "1.0.3", + "description": "A minimalist CSS framework.", + "homepage": "http://milligram.github.io", + "repository": "milligram/milligram", + "license": "MIT", + "author": "CJ Patoilo ", + "main": "dist/milligram.css", + "keywords": [ + "bootstrap", + "css", + "css3", + "front-end", + "framework", + "html", + "html5", + "kickstarter", + "less", + "responsive", + "mobile", + "mobile-first", + "postcss", + "responsive", + "sass", + "scss", + "stylus" + ], + "ignore": [ + ".editorconfig", + ".gitignore", + ".npmignore", + ".travis.yml", + "bower.json", + "component.json", + "contributing.md", + "gruntfile.js", + "package.js", + "package.json", + "src" + ], + "dependencies": { + "normalize.css": "latest" + } +} \ No newline at end of file