package.json 1.16 KB
Newer Older
Chris Aniszczyk's avatar
Chris Aniszczyk committed
1
{
2
    "name": "bootstrap"
Mark Otto's avatar
Mark Otto committed
3
  , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
Mark Otto's avatar
Mark Otto committed
4
  , "version": "3.0.2"
5
  , "keywords": ["bootstrap", "css"]
Zlatan Vasović's avatar
Zlatan Vasović committed
6
  , "homepage": "http://getbootstrap.com"
7
  , "author": "Twitter, Inc."
8
  , "scripts": { "test": "grunt test" }
Chris Aniszczyk's avatar
Chris Aniszczyk committed
9
  , "repository": {
10
      "type": "git"
Chris Rebert's avatar
Chris Rebert committed
11
    , "url": "https://github.com/twbs/bootstrap.git"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
12
  }
XhmikosR's avatar
XhmikosR committed
13
14
15
  , "bugs": {
      "url": "https://github.com/twbs/bootstrap/issues"
  }
Chris Aniszczyk's avatar
Chris Aniszczyk committed
16
  , "licenses": [
17
18
    {
        "type": "Apache-2.0"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
19
20
21
22
      , "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ]
  , "devDependencies": {
Zlatan Vasović's avatar
Zlatan Vasović committed
23
24
      "browserstack-runner": "~0.0.12"
    , "btoa": "~1.1.1"
25
    , "grunt": "~0.4.1"
26
27
    , "grunt-contrib-clean": "~0.5.0"
    , "grunt-contrib-concat": "~0.3.0"
XhmikosR's avatar
XhmikosR committed
28
    , "grunt-contrib-connect": "~0.5.0"
29
    , "grunt-contrib-copy": "~0.4.1"
30
    , "grunt-contrib-jshint": "~0.7.0"
Zlatan Vasović's avatar
Zlatan Vasović committed
31
    , "grunt-contrib-qunit": "~0.3.0"
XhmikosR's avatar
XhmikosR committed
32
    , "grunt-contrib-uglify": "~0.2.4"
33
    , "grunt-contrib-watch": "~0.5.3"
34
    , "grunt-html-validation": "~0.1.6"
35
    , "grunt-jekyll": "~0.4.0"
36
    , "grunt-recess": "~0.5.0"
37
38
    , "grunt-sed": "~0.1.1"
    , "regexp-quote": "~0.0.0"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
39
  }
40
}