package.json 795 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "to-array",
  3. "version": "0.1.4",
  4. "description": "Turn an array like into an array",
  5. "keywords": [],
  6. "author": "Raynos <raynos2@gmail.com>",
  7. "repository": "git://github.com/Raynos/to-array.git",
  8. "main": "index",
  9. "homepage": "https://github.com/Raynos/to-array",
  10. "contributors": [
  11. {
  12. "name": "Jake Verbaten"
  13. }
  14. ],
  15. "bugs": {
  16. "url": "https://github.com/Raynos/to-array/issues",
  17. "email": "raynos2@gmail.com"
  18. },
  19. "dependencies": {},
  20. "devDependencies": {
  21. "tap": "~0.3.1"
  22. },
  23. "licenses": [
  24. {
  25. "type": "MIT",
  26. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  27. }
  28. ],
  29. "scripts": {
  30. "test": "tap --stderr --tap ./test"
  31. },
  32. "component": {
  33. "scripts": {
  34. "to-array/index.js": "index.js"
  35. }
  36. }
  37. }