1234567891011121314151617181920212223242526272829303132 |
- {
- "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"
- },
- "version": "2.0.7",
- "_release": "2.0.7",
- "_resolution": {
- "type": "version",
- "tag": "v2.0.7",
- "commit": "1b2286cbad5cf647ace016e9649fe8abb790d030"
- },
- "_source": "https://github.com/Luegg/angularjs-scroll-glue.git",
- "_target": "^2.0.7",
- "_originalSource": "angular-scroll-glue"
- }
|