1234567891011121314151617181920212223 |
- {
- "name": "angular-scroll-glue",
- "description": "An AngularJs directive that automatically scrolls to the bottom of an element on changes in it's scope.",
- "main": "src/scrollglue.js",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "test"
- ],
- "keywords": [
- "scroll",
- "glue"
- ],
- "authors": [
- "Lukas Wegmann"
- ],
- "homepage": "https://github.com/Luegg/angularjs-scroll-glue",
- "repository": {
- "type": "git",
- "url": "https://github.com/Luegg/angularjs-scroll-glue.git"
- }
- }
|