package.json 675 B

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