Blame view

bower.json 532 Bytes
c87bc1f33   TRUONG   first commit: ini...
1
2
3
4
5
6
7
8
9
10
11
12
13
  {
    "name": "tshats",
    "version": "0.0.0",
    "dependencies": {
      "angular": "~1.5.9",
      "json3": "~3.2.6",
      "requirejs": "~2.1.10",
      "es5-shim": "~2.1.0",
      "jquery": "~1.11.0",
      "bootstrap": "~3.0.3",
      "angular-resource": "1.2.11",
      "angular-cookies": "~1.5.9",
      "angular-sanitize": "1.2.11",
8f087d204   DANG   Theme + add bower...
14
15
      "angular-route": "~1.5.9",
      "FortAwesome/Font-Awesome": "*"
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"
    }
  }