added bower
This commit is contained in:
parent
1da0da17a3
commit
4b2a700ce3
58
bower.json
Normal file
58
bower.json
Normal file
@ -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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user