diff options
author | st782s <statta@research.att.com> | 2017-05-04 07:48:42 -0400 |
---|---|---|
committer | st782s <statta@research.att.com> | 2017-05-04 12:28:17 -0400 |
commit | b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 (patch) | |
tree | e69cfa9b314a801bd187cf0145d1d4306436229c /ecomp-portal-FE/client/bower_components/ui-select/package.json | |
parent | 39d1e62c84041831bfc52cca73b5ed5efaf57d27 (diff) |
[PORTAL-7] Rebase
This rebasing includes common libraries and common overlays projects
abstraction of components
Change-Id: I9a24a338665c7cd058978e8636bc412d9e2fdce8
Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/ui-select/package.json')
-rw-r--r-- | ecomp-portal-FE/client/bower_components/ui-select/package.json | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/ecomp-portal-FE/client/bower_components/ui-select/package.json b/ecomp-portal-FE/client/bower_components/ui-select/package.json deleted file mode 100644 index 323e1508..00000000 --- a/ecomp-portal-FE/client/bower_components/ui-select/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "ui-select", - "main": "./index.js", - "author": "http://github.com/angular-ui/ui-select/graphs/contributors", - "homepage": "http://github.com/angular-ui/ui-select", - "repository": { - "url": "git://github.com/angular-ui/ui-select.git" - }, - "style": "dist/select.css", - "version": "0.17.1", - "devDependencies": { - "angular": "^1.2.18", - "angular-mocks": "^1.2.18", - "angular-sanitize": "^1.2.18", - "conventional-changelog": "^0.5.3", - "conventional-recommended-bump": "0.0.3", - "del": "~0.1.1", - "event-stream": "~3.1.0", - "gulp": "^3.9.1", - "gulp-angular-templatecache": "^1.8.0", - "gulp-bump": "^1.0.0", - "gulp-conventional-changelog": "^0.7.0", - "gulp-concat": "^2.6.0", - "gulp-filenames": "^2.0.0", - "gulp-git": "^1.4.0", - "gulp-header": "^1.7.1", - "gulp-footer": "^1.0.5", - "gulp-jshint": "^2.0.0", - "gulp-load-plugins": "^1.1.0", - "gulp-minify-css": "^1.2.4", - "gulp-minify-html": "^1.0.6", - "gulp-plumber": "^0.6.3", - "gulp-replace": "^0.5.4", - "gulp-sourcemaps": "^1.6.0", - "gulp-tag-version": "^1.3.0", - "gulp-uglify": "^1.5.3", - "gulp-util": "^2.2.19", - "jquery": "~1.11", - "jshint": "^2.9.1", - "jshint-stylish": "~0.3.0", - "karma": "^0.12.16", - "karma-chrome-launcher": "^0.1.3", - "karma-firefox-launcher": "~0.1", - "karma-jasmine": "~0.2", - "karma-ng-html2js-preprocessor": "^0.1.0", - "karma-phantomjs-launcher": "~0.1.4", - "karma-coverage": "~0.2", - "run-sequence": "^1.1.5", - "title-case": "^1.1.2" - }, - "scripts": { - "test": "gulp test" - }, - "spm": { - "main": "dist/select.js", - "output": [ - "dist/select.css" - ] - }, - "license": "MIT" -} |