Blame view

bower.json 437 Bytes
ec938bf0   Tarpit Grover   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "directive-test",
  "description": "",
  "main": "index.html",
  "authors": [
    "Sean Wills"
  ],
  "license": "MIT",
  "homepage": "",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "1.7.2",
    "bootstrap": "3.3.4",
a668a573   Sean Wills   new
21
22
23
    "jquery": "2.1.4",
    "angular-ui-select": "^0.19.8",
    "angular-sanitize": "^1.7.2"
ec938bf0   Tarpit Grover   first commit
24
25
  }
}