{ "_from": "react-fittext@^1.0.0", "_id": "react-fittext@1.0.0", "_inBundle": false, "_integrity": "sha512-OmQCwFI5sHomW0WiVzXPm7tcdUNwal0lhSK/vDeOc2BPl/zB25ExJIrZun7uO1AV+fr4GQCMrfz5+PMTDc55rQ==", "_location": "/react-fittext", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "react-fittext@^1.0.0", "name": "react-fittext", "escapedName": "react-fittext", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/react-fittext/-/react-fittext-1.0.0.tgz", "_shasum": "836a1c04f9322f6c94cb69e45c66006fc42d37a5", "_spec": "react-fittext@^1.0.0", "_where": "/data/jenkins/workspace/front-v5-web", "author": { "name": "Sergio R. Gianazza", "email": "sgianazza@gmail.com", "url": "http://www.softwarepsychonaut.com" }, "bugs": { "url": "https://github.com/gianu/react-fittext/issues" }, "bundleDependencies": false, "dependencies": { "create-react-class": "^15.5.3", "prop-types": "^15.5.10" }, "deprecated": false, "description": "A React plugin to fit the text in the screen", "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" }, "homepage": "http://softwarepsychonaut.com/react-fittext", "keywords": [ "react", "fittext", "responsive", "react-component" ], "license": { "type": "MIT", "url": "http://www.mit-license.org" }, "main": "lib/ReactFitText.js", "name": "react-fittext", "peerDependencies": { "react": "^15.0.0", "react-dom": "^15.0.0" }, "scripts": { "build_client": "webpack -p --config ./client/webpack.config.js", "dev": "webpack --config ./client/webpack.config.js && webpack-dev-server --config ./client/webpack.config.js --inline --hot --content-base ./public", "dev_install": "npm install && npm dedupe" }, "version": "1.0.0" }