Blame view

bower.json 531 Bytes
c87bc1f33   TRUONG   first commit: ini...
1
2
3
4
5
6
7
8
  {
    "name": "tshats",
    "version": "0.0.0",
    "dependencies": {
      "angular": "~1.5.9",
      "json3": "~3.2.6",
      "requirejs": "~2.1.10",
      "es5-shim": "~2.1.0",
c87bc1f33   TRUONG   first commit: ini...
9
10
11
      "angular-resource": "1.2.11",
      "angular-cookies": "~1.5.9",
      "angular-sanitize": "1.2.11",
8f087d204   DANG   Theme + add bower...
12
      "angular-route": "~1.5.9",
87c93a029   Dang YoungWorld   add modal
13
      "FortAwesome/Font-Awesome": "*",
415a42dd2   Truong LD   fix jquery bower
14
15
      "bootstrap": "~3.3.7",
      "jquery": "~3.1.1"
c87bc1f33   TRUONG   first commit: ini...
16
17
18
19
20
21
22
23
24
    },
    "devDependencies": {
      "angular-mocks": "1.2.11",
      "angular-scenario": "1.2.11"
    },
    "resolutions": {
      "angular": "~1.5.9"
    }
  }