package.json 593 B

123456789101112131415161718192021222324
  1. {
  2. "name": "bytes",
  3. "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
  4. "description": "byte size string parser / serializer",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/visionmedia/bytes.js.git"
  8. },
  9. "version": "1.0.0",
  10. "main": "index.js",
  11. "dependencies": {},
  12. "devDependencies": {
  13. "mocha": "*",
  14. "should": "*"
  15. },
  16. "component": {
  17. "scripts": {
  18. "bytes/index.js": "index.js"
  19. }
  20. },
  21. "__npminstall_done": true,
  22. "_from": "bytes@1.0.0",
  23. "_resolved": "https://registry.npmmirror.com/bytes/-/bytes-1.0.0.tgz"
  24. }