Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wip
Showing
File moved
| ... | @@ -2,8 +2,19 @@ | ... | @@ -2,8 +2,19 @@ |
| "name": "twitter/bootstrap" | "name": "twitter/bootstrap" | ||
| , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." | , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." | ||
| , "keywords": ["bootstrap", "css"] | , "keywords": ["bootstrap", "css"] | ||
| , "homepage": "http://twitter.github.com/bootstrap/" | , "homepage": "http://getbootstrap.com" | ||
| , "author": "Twitter Inc." | , "authors": [ | ||
| { | |||
| "name": "Mark Otto", | |||
| "email": "markdotto@gmail.com", | |||
| }, | |||
| { | |||
| "name": "Jacob Thornton", | |||
| "email": "jacobthornton@gmail.com", | |||
| } | |||
| ] | |||
| , "support": { | |||
| "issues": "https://github.com/twitter/bootstrap/issues" | |||
| } | |||
| , "license": "Apache-2.0" | , "license": "Apache-2.0" | ||
| } | } |
Please register or sign in to comment