package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "angular-local-storage",
  3. "version": "0.2.7",
  4. "description": "An Angular module that gives you access to the browsers local storage",
  5. "homepage": "https://github.com/grevory/angular-local-storage",
  6. "main": "./index.js",
  7. "scripts": {
  8. "test": "grunt test"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/grevory/angular-local-storage.git"
  13. },
  14. "keywords": [
  15. "AngularJS",
  16. "local",
  17. "storage"
  18. ],
  19. "author": "grevory <greg@gregpike.ca>",
  20. "contributors": [
  21. "Ariel Mashraki <ariel@mashraki.co.il>"
  22. ],
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/grevory/angular-local-storage/issues"
  26. },
  27. "devDependencies": {
  28. "grunt": "~0.4.2",
  29. "grunt-contrib-concat": "*",
  30. "grunt-contrib-jshint": "~0.12.0",
  31. "grunt-contrib-uglify": "*",
  32. "grunt-karma": "latest",
  33. "jasmine-core": "^2.4.1",
  34. "karma": "~0.13.19",
  35. "karma-coverage": "^0.5.3",
  36. "karma-jasmine": "~0.3.7",
  37. "karma-phantomjs-launcher": "~1.0.0",
  38. "load-grunt-tasks": "~3.4.0",
  39. "phantomjs-prebuilt": "^2.1.4",
  40. "time-grunt": "~1.3.0"
  41. }
  42. }