Blame view

app/bower_components/bootstrap/.bower.json 921 Bytes
f986e111b   TRUONG   add libs
1
2
  {
    "name": "bootstrap",
862daa8a4   DANG   commit theme
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
    "keywords": [
      "css",
      "js",
      "less",
      "mobile-first",
      "responsive",
      "front-end",
      "framework",
      "web"
    ],
    "homepage": "http://getbootstrap.com",
    "license": "MIT",
    "moduleType": "globals",
f986e111b   TRUONG   add libs
17
    "main": [
862daa8a4   DANG   commit theme
18
19
      "less/bootstrap.less",
      "dist/js/bootstrap.js"
f986e111b   TRUONG   add libs
20
21
    ],
    "ignore": [
862daa8a4   DANG   commit theme
22
23
      "/.*",
      "_config.yml",
f986e111b   TRUONG   add libs
24
      "CNAME",
cf9241048   DANG   commit code
25
      "composer.json",
862daa8a4   DANG   commit theme
26
27
28
29
      "CONTRIBUTING.md",
      "docs",
      "js/tests",
      "test-infra"
f986e111b   TRUONG   add libs
30
31
    ],
    "dependencies": {
862daa8a4   DANG   commit theme
32
      "jquery": "1.9.1 - 3"
f986e111b   TRUONG   add libs
33
    },
862daa8a4   DANG   commit theme
34
35
    "version": "3.3.7",
    "_release": "3.3.7",
f986e111b   TRUONG   add libs
36
37
    "_resolution": {
      "type": "version",
862daa8a4   DANG   commit theme
38
39
      "tag": "v3.3.7",
      "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
f986e111b   TRUONG   add libs
40
41
    },
    "_source": "https://github.com/twbs/bootstrap.git",
862daa8a4   DANG   commit theme
42
    "_target": "^3.3.7",
cf9241048   DANG   commit code
43
    "_originalSource": "bootstrap"
f986e111b   TRUONG   add libs
44
  }