package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "cluster-reload",
  3. "version": "1.0.2",
  4. "description": "cluster workers reload",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  11. "test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  12. "test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
  13. "jshint": "jshint .",
  14. "autod": "autod -w --prefix '~'",
  15. "cnpm": "npm install --registry=https://registry.npm.taobao.org"
  16. },
  17. "dependencies": {
  18. },
  19. "devDependencies": {
  20. "autod": "*",
  21. "istanbul-harmony": "*",
  22. "jshint": "*",
  23. "mocha": "*",
  24. "urllib": "~2.3.6"
  25. },
  26. "homepage": "https://github.com/node-modules/cluster-reload",
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/node-modules/cluster-reload.git",
  30. "web": "https://github.com/node-modules/cluster-reload"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/node-modules/cluster-reload/issues",
  34. "email": "m@fengmk2.com"
  35. },
  36. "keywords": [
  37. "cluster-reload"
  38. ],
  39. "engines": {
  40. "node": ">=0.11.14",
  41. "iojs": ">=1.0.0"
  42. },
  43. "author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
  44. "license": "MIT"
  45. }