package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "depd",
  3. "description": "Deprecate all the things",
  4. "version": "0.3.0",
  5. "author": {
  6. "name": "Douglas Christopher Wilson",
  7. "email": "doug@somethingdoug.com"
  8. },
  9. "license": "MIT",
  10. "keywords": [
  11. "deprecate",
  12. "deprecated"
  13. ],
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/dougwilson/nodejs-depd"
  17. },
  18. "devDependencies": {
  19. "istanbul": "0.2.10",
  20. "mocha": "~1.20.1",
  21. "should": "~4.0.4"
  22. },
  23. "engines": {
  24. "node": ">= 0.8.0"
  25. },
  26. "scripts": {
  27. "test": "mocha --reporter spec --bail --require should test/",
  28. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/",
  29. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  33. },
  34. "homepage": "https://github.com/dougwilson/nodejs-depd",
  35. "_id": "depd@0.3.0",
  36. "dist": {
  37. "shasum": "11c9bc28e425325fbd8b38940beff69fa5326883",
  38. "tarball": "http://registry.npmjs.org/depd/-/depd-0.3.0.tgz"
  39. },
  40. "_from": "depd@0.3.0",
  41. "_npmVersion": "1.4.3",
  42. "_npmUser": {
  43. "name": "dougwilson",
  44. "email": "doug@somethingdoug.com"
  45. },
  46. "maintainers": [
  47. {
  48. "name": "dougwilson",
  49. "email": "doug@somethingdoug.com"
  50. }
  51. ],
  52. "directories": {},
  53. "_shasum": "11c9bc28e425325fbd8b38940beff69fa5326883",
  54. "_resolved": "https://registry.npmjs.org/depd/-/depd-0.3.0.tgz"
  55. }