package.json 579 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "json-beautifully",
  3. "version": "1.0.3",
  4. "description": "将json文件格式化",
  5. "main": "lib/index.js",
  6. "directories": {
  7. "lib": "lib"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/xiaok1990/formatJson.git"
  15. },
  16. "keywords": [
  17. "beautifully",
  18. "json"
  19. ],
  20. "author": "xiaok",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/xiaok1990/formatJson/issues"
  24. },
  25. "homepage": "https://github.com/xiaok1990/formatJson#readme"
  26. }