diff options
author | Michael Lando <ml636r@att.com> | 2017-02-19 10:28:42 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-19 10:51:01 +0200 |
commit | 451a3400b76511393c62a444f588a4ed15f4a549 (patch) | |
tree | e4f5873a863d1d3e55618eab48b83262f874719d /catalog-ui/app/third-party/ng-infinite-scroll/package.json | |
parent | 5abfe4e1fb5fae4bbd5fbc340519f52075aff3ff (diff) |
Initial OpenECOMP SDC commit
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/app/third-party/ng-infinite-scroll/package.json')
-rw-r--r-- | catalog-ui/app/third-party/ng-infinite-scroll/package.json | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/catalog-ui/app/third-party/ng-infinite-scroll/package.json b/catalog-ui/app/third-party/ng-infinite-scroll/package.json new file mode 100644 index 0000000000..8859faecdc --- /dev/null +++ b/catalog-ui/app/third-party/ng-infinite-scroll/package.json @@ -0,0 +1,80 @@ +{ + "name": "ng-infinite-scroll", + "version": "1.3.0", + "description": "Infinite scrolling for AngularJS", + "repository": { + "type": "git", + "url": "git://github.com/sroze/ngInfiniteScroll.git" + }, + "main": "build/ng-infinite-scroll.js", + "browser": "build/ng-infinite-scroll.js", + "scripts": { + "test": "grunt test:protractor-local" + }, + "author": { + "name": "Michelle Tilley", + "email": "michelle@michelletilley.net", + "url": "http://michelletilley.net" + }, + "contributors": [ + { + "name": "Samuel ROZE", + "email": "samuel.roze@gmail.com", + "url": "http://sroze.io" + } + ], + "license": "MIT", + "devDependencies": { + "coffee-script": "~1.8.0", + "grunt": "~0.4.5", + "grunt-coffeelint": "~0.0.13", + "grunt-contrib-clean": "~0.6.0", + "grunt-contrib-coffee": "~0.12.0", + "grunt-contrib-concat": "~0.5.0", + "grunt-contrib-connect": "0.8.0", + "grunt-contrib-uglify": "~0.6.0", + "grunt-protractor-runner": "1.1.4", + "mkdirp": "0.5.0", + "protractor": "1.4.0", + "sauce-connect-launcher": "0.9.0" + }, + "gitHead": "6fbf4b41947f9a3023b4aba0e613231950ccc4a1", + "bugs": { + "url": "https://github.com/sroze/ngInfiniteScroll/issues" + }, + "homepage": "https://github.com/sroze/ngInfiniteScroll#readme", + "_id": "ng-infinite-scroll@1.3.0", + "_shasum": "c2e98d8fd134b0525a4d2cf58c95d9b583755112", + "_from": "ng-infinite-scroll@>=1.3.0 <2.0.0", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "graingert", + "email": "tagrain@gmail.com" + }, + "dist": { + "shasum": "c2e98d8fd134b0525a4d2cf58c95d9b583755112", + "tarball": "https://registry.npmjs.org/ng-infinite-scroll/-/ng-infinite-scroll-1.3.0.tgz" + }, + "maintainers": [ + { + "name": "binarymuse", + "email": "michelle@michelletilley.net" + }, + { + "name": "graingert", + "email": "tagrain@gmail.com" + }, + { + "name": "sroze", + "email": "samuel.roze@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/ng-infinite-scroll-1.3.0.tgz_1467302375605_0.8192659560590982" + }, + "directories": {}, + "_resolved": "https://registry.npmjs.org/ng-infinite-scroll/-/ng-infinite-scroll-1.3.0.tgz", + "readme": "ERROR: No README data found!" +} |