package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "utility",
  3. "version": "0.1.11",
  4. "description": "A collection of useful utilities.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "make test-all"
  8. },
  9. "config": {
  10. "blanket": {
  11. "pattern": "utility/lib"
  12. },
  13. "travis-cov": {
  14. "threshold": 99
  15. }
  16. },
  17. "dependencies": {
  18. "address": ">=0.0.1"
  19. },
  20. "devDependencies": {
  21. "jshint": "*",
  22. "contributors": "*",
  23. "should": "*",
  24. "mm": "*",
  25. "moment": "*",
  26. "blanket": "*",
  27. "travis-cov": "*",
  28. "coveralls": "*",
  29. "mocha-lcov-reporter": "*",
  30. "benchmark": "*",
  31. "mocha": "*"
  32. },
  33. "homepage": "https://github.com/fengmk2/utility",
  34. "repository": {
  35. "type": "git",
  36. "url": "git://github.com/fengmk2/utility.git",
  37. "web": "https://github.com/fengmk2/utility"
  38. },
  39. "keywords": [
  40. "utility"
  41. ],
  42. "engines": {
  43. "node": ">= 0.8.0"
  44. },
  45. "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
  46. "license": "MIT",
  47. "__npminstall_done": "Thu Dec 24 2020 20:20:43 GMT+0800 (CST)",
  48. "_from": "utility@0.1.11",
  49. "_resolved": "https://registry.npm.taobao.org/utility/download/utility-0.1.11.tgz"
  50. }