package.json 508 B

12345678910111213141516171819
  1. {
  2. "name": "form-gen-render",
  3. "version": "1.0.4",
  4. "description": "表单核心render",
  5. "main": "lib/form-gen-render.umd.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/JakHuang/form-generator.git"
  12. },
  13. "author": "jakhuang",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/JakHuang/form-generator/issues"
  17. },
  18. "homepage": "https://github.com/JakHuang/form-generator#readme"
  19. }