package.json 674 Bytes
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.0"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
5
6
7
  , "keywords": ["bootstrap", "css"]
  , "homepage": "http://twitter.github.com/bootstrap/"
  , "author": "Twitter Inc."
8
  , "scripts": { "test": "make test" }
Chris Aniszczyk's avatar
Chris Aniszczyk committed
9
  , "repository": {
10
      "type": "git"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
11
12
13
    , "url": "https://github.com/twitter/bootstrap.git"
  }
  , "licenses": [
14
15
    {
        "type": "Apache-2.0"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
16
17
18
19
      , "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ]
  , "devDependencies": {
20
      "uglify-js": "1.3.4"
21
    , "jshint": "0.9.1"
Geoff Young's avatar
Geoff Young committed
22
    , "recess": "1.1.6"
Jacob Thornton's avatar
Jacob Thornton committed
23
    , "connect": "2.1.3"
Chris Aniszczyk's avatar
Chris Aniszczyk committed
24
  }
25
}