package.json 686 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "humanize-ms",
  3. "version": "1.2.1",
  4. "description": "transform humanize time to ms",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "make test"
  11. },
  12. "keywords": [
  13. "humanize",
  14. "ms"
  15. ],
  16. "author": {
  17. "name": "dead-horse",
  18. "email": "dead_horse@qq.com",
  19. "url": "http://deadhorse.me"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/node-modules/humanize-ms"
  24. },
  25. "license": "MIT",
  26. "dependencies": {
  27. "ms": "^2.0.0"
  28. },
  29. "devDependencies": {
  30. "autod": "*",
  31. "beautify-benchmark": "~0.2.4",
  32. "benchmark": "~1.0.0",
  33. "istanbul": "*",
  34. "mocha": "*",
  35. "should": "*"
  36. }
  37. }