package.json 864 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "babel-plugin-jsx-v-model",
  3. "version": "2.0.3",
  4. "description": "JSX v-model transform",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "ava",
  8. "coverage": "nyc --reporter=lcov npm test"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/nickmessing/babel-plugin-jsx-v-model.git"
  13. },
  14. "keywords": [
  15. "Vue",
  16. "jsx",
  17. "v-model"
  18. ],
  19. "author": "Nicolai Moraru <dot.nick.dot.messing@gmail.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/nickmessing/babel-plugin-jsx-v-model/issues"
  23. },
  24. "homepage": "https://github.com/nickmessing/babel-plugin-jsx-v-model#readme",
  25. "dependencies": {
  26. "babel-plugin-syntax-jsx": "^6.18.0",
  27. "html-tags": "^2.0.0",
  28. "svg-tags": "^1.0.0"
  29. },
  30. "devDependencies": {
  31. "ava": "^0.21.0",
  32. "babel-core": "^6.25.0",
  33. "nyc": "^11.0.3"
  34. }
  35. }