package.json 479 B

123456789101112131415161718
  1. {
  2. "name": "indexes-of",
  3. "description": "line String/Array#indexOf but return all the indexes in an array",
  4. "version": "1.0.1",
  5. "homepage": "https://github.com/dominictarr/indexes-of",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/dominictarr/indexes-of.git"
  9. },
  10. "scripts": {
  11. "test": "node test.js"
  12. },
  13. "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "tape": "~2.1.0"
  17. }
  18. }