package.json 331 B

12345678910111213141516171819
  1. {
  2. "name": "component-indexof",
  3. "description": "Microsoft sucks",
  4. "version": "0.0.3",
  5. "keywords": [
  6. "index",
  7. "array",
  8. "indexOf"
  9. ],
  10. "component": {
  11. "scripts": {
  12. "indexof/index.js": "index.js"
  13. }
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/component/indexof.git"
  18. }
  19. }