package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "ms",
  3. "version": "0.6.2",
  4. "description": "Tiny ms conversion utility",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/guille/ms.js.git"
  8. },
  9. "main": "./index",
  10. "devDependencies": {
  11. "mocha": "*",
  12. "expect.js": "*",
  13. "serve": "*"
  14. },
  15. "component": {
  16. "scripts": {
  17. "ms/index.js": "index.js"
  18. }
  19. },
  20. "bugs": {
  21. "url": "https://github.com/guille/ms.js/issues"
  22. },
  23. "_id": "ms@0.6.2",
  24. "dist": {
  25. "shasum": "d89c2124c6fdc1353d65a8b77bf1aac4b193708c",
  26. "tarball": "http://registry.npmjs.org/ms/-/ms-0.6.2.tgz"
  27. },
  28. "_from": "ms@0.6.2",
  29. "_npmVersion": "1.2.30",
  30. "_npmUser": {
  31. "name": "rauchg",
  32. "email": "rauchg@gmail.com"
  33. },
  34. "maintainers": [
  35. {
  36. "name": "rauchg",
  37. "email": "rauchg@gmail.com"
  38. }
  39. ],
  40. "directories": {},
  41. "_shasum": "d89c2124c6fdc1353d65a8b77bf1aac4b193708c",
  42. "_resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz",
  43. "readme": "ERROR: No README data found!",
  44. "homepage": "https://github.com/guille/ms.js#readme"
  45. }