bower.json 406 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "json-formatter-js",
  3. "version": "2.0.0",
  4. "authors": [
  5. "Mohsen Azimi <me@azimi.me>"
  6. ],
  7. "main": [
  8. "dist/json-formatter.js",
  9. "dist/style.css"
  10. ],
  11. "moduleType": [
  12. "node"
  13. ],
  14. "keywords": [
  15. "json"
  16. ],
  17. "license": "MIT",
  18. "homepage": "mohsen1/json-formatter-js",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests"
  25. ]
  26. }