package.json 593 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "humanize-bytes",
  3. "version": "1.0.1",
  4. "description": "transfer humanize size to byte",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "make test"
  8. },
  9. "keywords": [],
  10. "author": {
  11. "name": "dead-horse",
  12. "email": "dead_horse@qq.com",
  13. "url": "http://deadhorse.me"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/node-modules/humanize-bytes"
  18. },
  19. "license": "MIT",
  20. "dependencies": {
  21. "bytes": "~2.2.0"
  22. },
  23. "devDependencies": {
  24. "autod": "~0.3.2",
  25. "istanbul": "~0.3.0",
  26. "mocha": "~1.21.4",
  27. "should": "~4.0.4"
  28. }
  29. }