From 6e68bbd05c1fdb143f436fe409d0f64749279576 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Wed, 23 Dec 2015 13:50:19 -0300 Subject: [PATCH] added component --- component.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..9bd8a02 --- /dev/null +++ b/component.json @@ -0,0 +1,62 @@ +{ + "name": "milligram", + "version": "0.0.1", + "description": "A simple, slight, and minimalist CSS framework.", + "homepage": "http://milligram.github.io", + "license": { + "type": "MIT", + "url": "https://cjpatoilo.mit-license.org" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/milligram/milligram.git" + }, + "bugs": { + "url": "https://github.com/milligram/milligram/issues" + }, + "author": { + "name": "CJ Patoilo", + "email": "cjpatoilo@gmail.com", + "url": "http://cjpatoilo.com" + }, + "main": "dist/milligram.min.css", + "keywords": [ + "app", + "boilerplate", + "botstrap", + "build", + "css", + "design", + "dev", + "development", + "front-end", + "framework", + "html", + "less", + "milligram", + "responsive", + "mobile", + "mobile-first", + "sass", + "stack", + "stylus", + "style", + "styles", + "stylesheet", + "stylesheets", + "tool", + "tooling", + "web", + "web-design" + ], + "dependencies": { + "normalize.css": "latest" + }, + "ignore": [ + "**/.*", + "bower_components", + "node_modules" + ], + "repo": "milligram/milligram", + "styles": ["dist/milligram.min.css"] +} \ No newline at end of file