package.json 927 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "angularjs-scroll-glue",
  3. "version": "2.0.7",
  4. "description": "An AngularJs directive that automatically scrolls to the bottom of an element on changes in it's scope.",
  5. "main": "src/scrollglue.js",
  6. "scripts": {
  7. "test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/Luegg/angularjs-scroll-glue.git"
  12. },
  13. "author": "Lukas Wegmann",
  14. "license": "MIT",
  15. "bugs": "https://github.com/Luegg/angularjs-scroll-glue/issues",
  16. "homepage": "https://github.com/Luegg/angularjs-scroll-glue",
  17. "keywords": [
  18. "angular",
  19. "module",
  20. "scroll",
  21. "glue"
  22. ],
  23. "dependencies": {},
  24. "devDependencies": {
  25. "jasmine-core": "~2.4.1",
  26. "karma": "~0.13.22",
  27. "karma-firefox-launcher": "~1.0.0",
  28. "karma-jasmine": "~1.0.2",
  29. "karma-phantomjs-launcher": "~1.0.0",
  30. "phantomjs-prebuilt": "~2.1.7"
  31. }
  32. }