package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "store2",
  3. "version": "2.14.3",
  4. "description": "Better localStorage",
  5. "keywords": [
  6. "localStorage",
  7. "sessionStorage",
  8. "json",
  9. "namespace",
  10. "store"
  11. ],
  12. "author": {
  13. "name": "Nathan Bubna",
  14. "email": "nathan@esha.com",
  15. "url": "http://www.esha.com/"
  16. },
  17. "files": [
  18. "src",
  19. "dist",
  20. "index.d.ts"
  21. ],
  22. "main": "dist/store2.js",
  23. "types": "index.d.ts",
  24. "bugs": {
  25. "url": "http://github.com/nbubna/store/issues",
  26. "email": "nathan@esha.com"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+ssh://git@github.com/nbubna/store.git"
  31. },
  32. "license": "MIT",
  33. "scripts": {
  34. "test": "grunt qunit"
  35. },
  36. "devDependencies": {
  37. "grunt": "^1.0.1",
  38. "grunt-cli": "^1.2.0",
  39. "grunt-component-build": "^0.2.8",
  40. "grunt-contrib-clean": "^1.0.0",
  41. "grunt-contrib-concat": "^1.0.1",
  42. "grunt-contrib-jshint": "^3.2.0",
  43. "grunt-contrib-qunit": "^1.0.0",
  44. "grunt-contrib-uglify": "^2.2.0",
  45. "grunt-contrib-watch": "^1.0.0",
  46. "grunt-lib-phantomjs": "^1.1.0",
  47. "grunt-nuget": "^0.2.0",
  48. "load-grunt-tasks": "^3.5.2",
  49. "phantomjs": "^2.1.7",
  50. "time-grunt": "^1.4.0"
  51. }
  52. }