summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/ui-select/.bower.json
blob: a124749c007efe981e471d75e865f7bb3b90415b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "angular-ui-select",
  "homepage": "https://github.com/angular-ui/ui-select",
  "authors": [
    "AngularUI"
  ],
  "description": "AngularJS ui-select",
  "main": [
    "dist/select.js",
    "dist/select.css"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "src",
    "test",
    "gulpfile.js",
    "karma.conf.js",
    "examples"
  ],
  "dependencies": {
    "angular": ">=1.2.18"
  },
  "devDependencies": {
    "jquery": "~1.11",
    "angular-sanitize": ">=1.2.18",
    "angular-mocks": ">=1.2.18"
  },
  "version": "0.17.1",
  "_release": "0.17.1",
  "_resolution": {
    "type": "version",
    "tag": "v0.17.1",
    "commit": "66a2a5e8cae3421cf2c25cc56492e5674b7eeda3"
  },
  "_source": "https://github.com/angular-ui/ui-select.git",
  "_target": "~0.17.1",
  "_originalSource": "angular-ui-select"
}