package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "bytes",
  3. "author": {
  4. "name": "TJ Holowaychuk",
  5. "email": "tj@vision-media.ca",
  6. "url": "http://tjholowaychuk.com"
  7. },
  8. "description": "byte size string parser / serializer",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/visionmedia/bytes.js.git"
  12. },
  13. "version": "1.0.0",
  14. "main": "index.js",
  15. "dependencies": {},
  16. "devDependencies": {
  17. "mocha": "*",
  18. "should": "*"
  19. },
  20. "component": {
  21. "scripts": {
  22. "bytes/index.js": "index.js"
  23. }
  24. },
  25. "bugs": {
  26. "url": "https://github.com/visionmedia/bytes.js/issues"
  27. },
  28. "homepage": "https://github.com/visionmedia/bytes.js",
  29. "_id": "bytes@1.0.0",
  30. "dist": {
  31. "shasum": "3569ede8ba34315fab99c3e92cb04c7220de1fa8",
  32. "tarball": "http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz"
  33. },
  34. "_from": "bytes@1.0.0",
  35. "_npmVersion": "1.4.3",
  36. "_npmUser": {
  37. "name": "tjholowaychuk",
  38. "email": "tj@vision-media.ca"
  39. },
  40. "maintainers": [
  41. {
  42. "name": "tjholowaychuk",
  43. "email": "tj@vision-media.ca"
  44. }
  45. ],
  46. "directories": {},
  47. "_shasum": "3569ede8ba34315fab99c3e92cb04c7220de1fa8",
  48. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
  49. "scripts": {}
  50. }