This project manages its dependencies using npm. Learn more
package.json 1.03 KiB
    "name": "bootstrap"
  , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
  , "version": "3.0.0"
  , "keywords": ["bootstrap", "css"]
  , "homepage": "http://twbs.github.com/bootstrap/"
  , "author": "Twitter Inc."
  , "scripts": { "test": "grunt test" }
  , "repository": {
      "type": "git"
    , "url": "https://github.com/twbs/bootstrap.git"
  , "licenses": [
        "type": "Apache-2.0"
      , "url": "http://www.apache.org/licenses/LICENSE-2.0"
  , "devDependencies": {
    , "grunt-html-validation": "git://github.com/praveenvijayan/grunt-html-validation.git"