b9d95429fce420ddc98d3fa0a94785718822942b19e5538cd5e71acedb8e50c283b8ee379a0d9b73331375f39c69c27296add16a929c904b8bd505359790f8 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "store2",
  3. "version": "2.14.4",
  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. "prepublishOnly": "grunt && git commit -m \"$npm_package_version\" README.md *.json dist && git tag $npm_package_version && git push && git push --tags",
  35. "test": "grunt qunit"
  36. },
  37. "devDependencies": {
  38. "grunt": "^1.6.1",
  39. "grunt-cli": "^1.5.0",
  40. "grunt-contrib-clean": "^1.1.0",
  41. "grunt-contrib-concat": "^1.0.1",
  42. "grunt-contrib-jshint": "^3.2.0",
  43. "grunt-contrib-qunit": "^1.3.0",
  44. "grunt-contrib-uglify": "^2.3.0",
  45. "grunt-contrib-watch": "^1.1.0",
  46. "grunt-lib-phantomjs": "^1.1.0",
  47. "grunt-nuget": "^0.3.1",
  48. "load-grunt-tasks": "^3.5.2",
  49. "phantomjs": "^2.1.7",
  50. "time-grunt": "^1.4.0"
  51. }
  52. }