package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "cron-builder",
  3. "description": "simple API for building cron expressions",
  4. "author": {
  5. "name": "Tyler Waneka",
  6. "email": "twwaneka@gmail.com",
  7. "url": "http://tylerwaneka.com"
  8. },
  9. "version": "0.3.0",
  10. "main": "cron-builder.js",
  11. "license": "MIT",
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/srcclr/cron-builder.git"
  15. },
  16. "devDependencies": {
  17. "chai": "^3.4.1",
  18. "mocha": "^3.1.2"
  19. },
  20. "scripts": {
  21. "test": "mocha"
  22. },
  23. "gitHead": "d0c070bc64ddbad6ecc87ff74d5f138c3cd06c18",
  24. "bugs": {
  25. "url": "https://github.com/srcclr/cron-builder/issues"
  26. },
  27. "homepage": "https://github.com/srcclr/cron-builder#readme",
  28. "_id": "cron-builder@0.3.0",
  29. "_shasum": "6f121cd98e82db521bbd849bb115e3ccf9b21f9e",
  30. "_from": "cron-builder@latest",
  31. "_npmVersion": "3.10.3",
  32. "_nodeVersion": "6.7.0",
  33. "_npmUser": {
  34. "name": "sourceclear",
  35. "email": "npm@srcclr.com"
  36. },
  37. "dist": {
  38. "shasum": "6f121cd98e82db521bbd849bb115e3ccf9b21f9e",
  39. "size": 6326,
  40. "noattachment": false,
  41. "tarball": "http://registry.npm.taobao.org/cron-builder/download/cron-builder-0.3.0.tgz"
  42. },
  43. "maintainers": [
  44. {
  45. "name": "sourceclear",
  46. "email": "npm@srcclr.com"
  47. }
  48. ],
  49. "_npmOperationalInternal": {
  50. "host": "packages-18-east.internal.npmjs.com",
  51. "tmp": "tmp/cron-builder-0.3.0.tgz_1478126488456_0.05626012128777802"
  52. },
  53. "directories": {},
  54. "publish_time": 1478126490345,
  55. "_cnpm_publish_time": 1478126490345,
  56. "_resolved": "https://registry.npm.taobao.org/cron-builder/download/cron-builder-0.3.0.tgz",
  57. "readme": "ERROR: No README data found!"
  58. }