{ "name": "hoist-non-react-statics", "version": "2.5.5", "description": "Copies non-react specific statics from a child component to a parent component", "main": "dist/hoist-non-react-statics.cjs.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git://github.com/mridgway/hoist-non-react-statics.git" }, "files": [ "src", "dist", "index.d.ts" ], "author": "Michael Ridgway ", "license": "BSD-3-Clause", "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.24.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-react-jsx-source": "^6.22.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-register": "^6.24.1", "chai": "^4.0.1", "coveralls": "^2.11.1", "create-react-class": "^15.5.3", "eslint": "^4.13.1", "istanbul": "^0.4.5", "mocha": "^3.4.2", "pre-commit": "^1.0.7", "react": "^15.0.0", "rimraf": "^2.6.2", "rollup": "^0.52.3", "rollup-plugin-uglify": "^2.0.1" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }