nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ui-select / package.json
1 {
2   "name": "ui-select",
3   "main": "./index.js",
4   "author": "http://github.com/angular-ui/ui-select/graphs/contributors",
5   "homepage": "http://github.com/angular-ui/ui-select",
6   "repository": {
7     "url": "git://github.com/angular-ui/ui-select.git"
8   },
9   "style": "dist/select.css",
10   "version": "0.17.1",
11   "devDependencies": {
12     "angular": "^1.2.18",
13     "angular-mocks": "^1.2.18",
14     "angular-sanitize": "^1.2.18",
15     "conventional-changelog": "^0.5.3",
16     "conventional-recommended-bump": "0.0.3",
17     "del": "~0.1.1",
18     "event-stream": "~3.1.0",
19     "gulp": "^3.9.1",
20     "gulp-angular-templatecache": "^1.8.0",
21     "gulp-bump": "^1.0.0",
22     "gulp-conventional-changelog": "^0.7.0",
23     "gulp-concat": "^2.6.0",
24     "gulp-filenames": "^2.0.0",
25     "gulp-git": "^1.4.0",
26     "gulp-header": "^1.7.1",
27     "gulp-footer": "^1.0.5",
28     "gulp-jshint": "^2.0.0",
29     "gulp-load-plugins": "^1.1.0",
30     "gulp-minify-css": "^1.2.4",
31     "gulp-minify-html": "^1.0.6",
32     "gulp-plumber": "^0.6.3",
33     "gulp-replace": "^0.5.4",
34     "gulp-sourcemaps": "^1.6.0",
35     "gulp-tag-version": "^1.3.0",
36     "gulp-uglify": "^1.5.3",
37     "gulp-util": "^2.2.19",
38     "jquery": "~1.11",
39     "jshint": "^2.9.1",
40     "jshint-stylish": "~0.3.0",
41     "karma": "^0.12.16",
42     "karma-chrome-launcher": "^0.1.3",
43     "karma-firefox-launcher": "~0.1",
44     "karma-jasmine": "~0.2",
45     "karma-ng-html2js-preprocessor": "^0.1.0",
46     "karma-phantomjs-launcher": "~0.1.4",
47     "karma-coverage": "~0.2",
48     "run-sequence": "^1.1.5",
49     "title-case": "^1.1.2"
50   },
51   "scripts": {
52     "test": "gulp test"
53   },
54   "spm": {
55     "main": "dist/select.js",
56     "output": [
57       "dist/select.css"
58     ]
59   },
60   "license": "MIT"
61 }