package.json 1.57 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.3"
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": {
23
      "btoa": "~1.1.1"
24
    , "grunt": "~0.4.1"
25
    , "grunt-banner": "~0.2.0"
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"
XhmikosR's avatar
XhmikosR committed
30
    , "grunt-contrib-csslint": "~0.2.0"
31
    , "grunt-contrib-jshint": "~0.7.0"
32
    , "grunt-contrib-less": "~0.8.0"
Zlatan Vasović's avatar
Zlatan Vasović committed
33
    , "grunt-contrib-qunit": "~0.3.0"
XhmikosR's avatar
XhmikosR committed
34
    , "grunt-contrib-uglify": "~0.2.4"
35
    , "grunt-contrib-watch": "~0.5.3"
36
    , "grunt-csscomb": "~1.1.0"
37
    , "grunt-html-validation": "~0.1.6"
38
    , "grunt-jekyll": "~0.4.0"
Chris Rebert's avatar
Chris Rebert committed
39
    , "grunt-jscs-checker": "~0.2.5"
40
    , "grunt-saucelabs": "~4.1.2"
41
42
    , "grunt-sed": "~0.1.1"
    , "regexp-quote": "~0.0.0"
43
    , "load-grunt-tasks": "~0.2.0"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
44
  }
45
46
47
48
49
50
51
52
53
54
55
  , "jspm": {
      "main": "js/bootstrap"
    , "directories": { "lib": "dist" }
    , "shim": {
        "js/bootstrap": {
            "imports": "jquery"
          , "exports": "$"
        }
    }
    , "buildConfig": { "uglify": true }
  }
56
}