package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "jszip-utils",
  3. "version": "0.1.0",
  4. "author": "Stuart Knightley <stuart@stuartk.com>",
  5. "description": "A collection of cross-browser utilities to go along with JSZip.",
  6. "scripts": {
  7. "test": "npm run test-browser",
  8. "test-browser": "grunt build && grunt test",
  9. "lint": "grunt jshint"
  10. },
  11. "main": "./lib/index",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/Stuk/jszip-utils.git"
  15. },
  16. "contributors": [
  17. {
  18. "name": "David Duponchel"
  19. }
  20. ],
  21. "keywords": [
  22. "JSZip",
  23. "ajax",
  24. "cross browser",
  25. "IE",
  26. "Internet Explorer"
  27. ],
  28. "devDependencies": {
  29. "browserify": "~2.35.0",
  30. "grunt": "~0.4.1",
  31. "grunt-browserify": "~1.3.0",
  32. "grunt-cli": "~0.1.9",
  33. "grunt-contrib-connect": "~2.0.0",
  34. "grunt-contrib-jshint": "~0.6.4",
  35. "grunt-contrib-uglify": "~4.0.1",
  36. "grunt-saucelabs": "Stuk/grunt-saucelabs#v10.0.0",
  37. "jshint": "~2.1.11",
  38. "qunit": "~2.9.2",
  39. "qunitjs": "2.0.1"
  40. },
  41. "license": "(MIT OR GPL-3.0)"
  42. }