package.json 982 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "boolean",
  3. "version": "3.2.0",
  4. "description": "boolean converts lots of things to boolean.",
  5. "contributors": [
  6. {
  7. "name": "Golo Roden",
  8. "email": "golo.roden@thenativeweb.io"
  9. },
  10. {
  11. "name": "Matthias Wagler",
  12. "email": "matthias.wagler@thenativeweb.io"
  13. },
  14. {
  15. "name": "Ryan Smith",
  16. "email": "ryan.smith@ht2labs.com"
  17. },
  18. {
  19. "name": "Thomas Schaaf",
  20. "email": "schaaf@komola.de"
  21. },
  22. {
  23. "name": "Sebastian Mares",
  24. "email": "camil.sebastian@mares.email"
  25. }
  26. ],
  27. "private": false,
  28. "main": "build/lib/index.js",
  29. "types": "build/lib/index.d.ts",
  30. "dependencies": {},
  31. "devDependencies": {
  32. "assertthat": "6.4.0",
  33. "roboter": "12.7.0",
  34. "semantic-release-configuration": "2.0.7"
  35. },
  36. "scripts": {},
  37. "repository": {
  38. "type": "git",
  39. "url": "git://github.com/thenativeweb/boolean.git"
  40. },
  41. "keywords": [
  42. "boolean",
  43. "parser"
  44. ],
  45. "license": "MIT"
  46. }