package.json 787 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "enabled",
  3. "version": "2.0.0",
  4. "description": "Check if a certain debug flag is enabled.",
  5. "main": "index.js",
  6. "scripts": {
  7. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  8. "test": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
  9. "watch": "mocha --watch test.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/3rd-Eden/enabled.git"
  14. },
  15. "keywords": [
  16. "enabled",
  17. "debug",
  18. "diagnostics",
  19. "flag",
  20. "env",
  21. "variable",
  22. "localstorage"
  23. ],
  24. "author": "Arnout Kazemier",
  25. "license": "MIT",
  26. "dependencies": {},
  27. "devDependencies": {
  28. "assume": "2.1.x",
  29. "istanbul": "^0.4.5",
  30. "mocha": "5.2.x",
  31. "pre-commit": "1.2.x"
  32. }
  33. }