web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
479 B

  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. }