From 4b2a700ce39d169426c8b804dc342fd4bf0942ef Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 10 Dec 2015 19:35:36 -0300 Subject: [PATCH] added bower --- bower.json | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e603f8c --- /dev/null +++ b/bower.json @@ -0,0 +1,58 @@ +{ + "name": "milligram", + "version": "0.0.1", + "description": "Slight, weightless, slim and minimalist framework for the web.", + "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" + }, + "moduleType": "globals", + "main": "dist/css/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" + ], + "ignore": [ + "**/.*", + "bower_components", + "node_modules" + ] +}