1234567891011121314151617181920212223242526272829 |
- {
- "name": "babel-plugin-add-react-displayname",
- "version": "0.0.5",
- "description": "Automatically add displayName to all your components",
- "main": "index.js",
- "dependencies": {},
- "devDependencies": {
- "babel-core": "^6.14.0",
- "babel-helper-plugin-test-runner": "^6.8.0",
- "babel-plugin-transform-decorators-legacy": "^1.3.4",
- "babel-preset-react": "^6.24.1",
- "babel-preset-stage-0": "^6.16.0",
- "mocha": "^3.0.2",
- "standard": "^8.1.0"
- },
- "scripts": {
- "test": "./node_modules/.bin/mocha"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/opbeat/babel-plugin-add-react-displayname.git"
- },
- "author": "Ron Cohen",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/opbeat/babel-plugin-add-react-displayname/issues"
- },
- "homepage": "https://github.com/opbeat/babel-plugin-add-react-displayname#readme"
- }
|