package.json 692 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "config-chain",
  3. "version": "1.1.12",
  4. "licenses": [
  5. {
  6. "type": "MIT",
  7. "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
  8. }
  9. ],
  10. "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
  11. "homepage": "http://github.com/dominictarr/config-chain",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/dominictarr/config-chain.git"
  15. },
  16. "files": [
  17. "index.js"
  18. ],
  19. "dependencies": {
  20. "proto-list": "~1.2.1",
  21. "ini": "^1.3.4"
  22. },
  23. "devDependencies": {
  24. "tap": "0.3.0"
  25. },
  26. "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
  27. "scripts": {
  28. "test": "tap test/*"
  29. }
  30. }