package.json 890 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "babel-plugin-add-react-displayname",
  3. "version": "0.0.5",
  4. "description": "Automatically add displayName to all your components",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "babel-core": "^6.14.0",
  9. "babel-helper-plugin-test-runner": "^6.8.0",
  10. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  11. "babel-preset-react": "^6.24.1",
  12. "babel-preset-stage-0": "^6.16.0",
  13. "mocha": "^3.0.2",
  14. "standard": "^8.1.0"
  15. },
  16. "scripts": {
  17. "test": "./node_modules/.bin/mocha"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/opbeat/babel-plugin-add-react-displayname.git"
  22. },
  23. "author": "Ron Cohen",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/opbeat/babel-plugin-add-react-displayname/issues"
  27. },
  28. "homepage": "https://github.com/opbeat/babel-plugin-add-react-displayname#readme"
  29. }