package.json 675 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "wildcard",
  3. "description": "Wildcard matching tools",
  4. "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  5. "stability": "stable",
  6. "keywords": [
  7. "string",
  8. "wildcard"
  9. ],
  10. "version": "2.0.1",
  11. "dependencies": {},
  12. "devDependencies": {
  13. "embellish-readme": "^1.7.2",
  14. "tape": "^5.6.3"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/DamonOehlman/wildcard.git"
  19. },
  20. "bugs": {
  21. "url": "http://github.com/DamonOehlman/wildcard/issues"
  22. },
  23. "scripts": {
  24. "test": "node test/all.js",
  25. "gendocs": "embellish README.md"
  26. },
  27. "main": "index.js",
  28. "directories": {
  29. "test": "test"
  30. },
  31. "license": "MIT"
  32. }