package.json 875 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
  3. "name": "minimatch",
  4. "description": "a glob matcher in javascript",
  5. "version": "2.0.10",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/isaacs/minimatch.git"
  9. },
  10. "main": "minimatch.js",
  11. "scripts": {
  12. "posttest": "standard minimatch.js test/*.js",
  13. "test": "tap test/*.js",
  14. "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare"
  15. },
  16. "engines": {
  17. "node": "*"
  18. },
  19. "dependencies": {
  20. "brace-expansion": "^1.0.0"
  21. },
  22. "devDependencies": {
  23. "browserify": "^9.0.3",
  24. "standard": "^3.7.2",
  25. "tap": "^1.2.0"
  26. },
  27. "license": "ISC",
  28. "files": [
  29. "minimatch.js",
  30. "browser.js"
  31. ],
  32. "__npminstall_done": true,
  33. "_from": "minimatch@2.0.10",
  34. "_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-2.0.10.tgz"
  35. }