1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Merge pull request #12904 from twbs/keywords

add (more) keywords to package definition files
This commit is contained in:
Mark Otto
2014-03-03 21:27:20 -08:00
3 changed files with 23 additions and 3 deletions

View File

@@ -2,7 +2,14 @@
"name": "bootstrap", "name": "bootstrap",
"version": "3.1.1", "version": "3.1.1",
"keywords": [ "keywords": [
"css" "css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
], ],
"main": [ "main": [
"./dist/css/bootstrap.css", "./dist/css/bootstrap.css",

View File

@@ -2,7 +2,14 @@
"name": "twbs/bootstrap", "name": "twbs/bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"keywords": [ "keywords": [
"css" "css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
], ],
"homepage": "http://getbootstrap.com", "homepage": "http://getbootstrap.com",
"authors": [ "authors": [

View File

@@ -3,7 +3,13 @@
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.1.1", "version": "3.1.1",
"keywords": [ "keywords": [
"css" "css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
], ],
"homepage": "http://getbootstrap.com", "homepage": "http://getbootstrap.com",
"author": "Twitter, Inc.", "author": "Twitter, Inc.",