package.json 896 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "strip-json-comments",
  3. "version": "2.0.1",
  4. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  5. "license": "MIT",
  6. "repository": "sindresorhus/strip-json-comments",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "json",
  23. "strip",
  24. "remove",
  25. "delete",
  26. "trim",
  27. "comments",
  28. "multiline",
  29. "parse",
  30. "config",
  31. "configuration",
  32. "conf",
  33. "settings",
  34. "util",
  35. "env",
  36. "environment"
  37. ],
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "*"
  41. },
  42. "_from": "strip-json-comments@2.0.1",
  43. "_resolved": "http://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz"
  44. }