Blame view

app/bower_components/bootstrap/.bower.json 940 Bytes
f986e111b   TRUONG   add libs
1
2
  {
    "name": "bootstrap",
cf9241048   DANG   commit code
3
    "version": "3.0.3",
f986e111b   TRUONG   add libs
4
    "main": [
cf9241048   DANG   commit code
5
6
7
8
9
10
      "./dist/js/bootstrap.js",
      "./dist/css/bootstrap.css",
      "./dist/fonts/glyphicons-halflings-regular.eot",
      "./dist/fonts/glyphicons-halflings-regular.svg",
      "./dist/fonts/glyphicons-halflings-regular.ttf",
      "./dist/fonts/glyphicons-halflings-regular.woff"
f986e111b   TRUONG   add libs
11
12
    ],
    "ignore": [
cf9241048   DANG   commit code
13
14
15
16
17
18
      "**/.*",
      "_*",
      "docs-assets",
      "examples",
      "/fonts",
      "js/tests",
f986e111b   TRUONG   add libs
19
      "CNAME",
87c93a029   Dang YoungWorld   add modal
20
      "CONTRIBUTING.md",
cf9241048   DANG   commit code
21
22
23
24
25
      "Gruntfile.js",
      "browserstack.json",
      "composer.json",
      "package.json",
      "*.html"
f986e111b   TRUONG   add libs
26
27
    ],
    "dependencies": {
cf9241048   DANG   commit code
28
      "jquery": ">= 1.9.0"
f986e111b   TRUONG   add libs
29
    },
cf9241048   DANG   commit code
30
31
    "homepage": "https://github.com/twbs/bootstrap",
    "_release": "3.0.3",
f986e111b   TRUONG   add libs
32
33
    "_resolution": {
      "type": "version",
cf9241048   DANG   commit code
34
35
      "tag": "v3.0.3",
      "commit": "6d03173a1aad98e75f7d33e65b411c519176c59a"
f986e111b   TRUONG   add libs
36
37
    },
    "_source": "https://github.com/twbs/bootstrap.git",
cf9241048   DANG   commit code
38
39
    "_target": "~3.0.3",
    "_originalSource": "bootstrap"
f986e111b   TRUONG   add libs
40
  }