{ "name": "react-fittext", "version": "1.0.0", "description": "A React plugin to fit the text in the screen", "main": "lib/ReactFitText.js", "scripts": { "build_client": "webpack -p --config ./client/webpack.config.js", "dev_install": "npm install && npm dedupe", "dev": "webpack --config ./client/webpack.config.js && webpack-dev-server --config ./client/webpack.config.js --inline --hot --content-base ./public" }, "keywords": [ "react", "fittext", "responsive", "react-component" ], "author": { "name": "Sergio R. Gianazza", "email": "sgianazza@gmail.com", "url": "http://www.softwarepsychonaut.com" }, "license": { "type": "MIT", "url": "http://www.mit-license.org" }, "bugs": { "url": "https://github.com/gianu/react-fittext/issues" }, "homepage": "http://softwarepsychonaut.com/react-fittext", "devDependencies": { "babel": "^5.8.23", "babel-core": "^5.8.25", "babel-loader": "^5.3.2", "babel-runtime": "^5.8.24", "css-loader": "^0.9.0", "expose-loader": "^0.5.3", "file-loader": "^0.8.1", "gulp": "~3.8.5", "gulp-jshint": "^1.9.0", "gulp-react": "^2.0.0", "gulp-util": "^3.0.1", "html-webpack-plugin": "^1.6.1", "nib": "^1.1.0", "react": "^15.0.0", "react-dom": "^15.0.0", "react-hot-loader": "^1.3.0", "run-sequence": "^1.0.2", "style-loader": "^0.12.4", "stylus": "^0.52.4", "stylus-loader": "^1.3.0", "url-loader": "^0.5.5", "webpack": "^1.4.7", "webpack-dev-server": "^1.6.5" }, "peerDependencies": { "react": "^15.0.0", "react-dom": "^15.0.0" }, "dependencies": { "create-react-class": "^15.5.3", "prop-types": "^15.5.10" } }