Blame view

app/bower_components/bootstrap/bower.json 633 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
30
    }
  }