react-textfitter
Version:
Simple fit text
39 lines (38 loc) • 880 B
JSON
{
"name": "react-textfitter",
"version": "1.0.0",
"description": "Simple fit text",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StipJey/react-textfitter.git"
},
"keywords": [
"react",
"text",
"fit",
"fitter",
"textfit",
"textfitter"
],
"author": "Evgeny Cherkasov",
"license": "MIT",
"bugs": {
"url": "https://github.com/StipJey/react-textfitter/issues"
},
"homepage": "https://github.com/StipJey/react-textfitter#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"webpack": "^3.10.0"
},
"dependencies": {
"react": "^16.2.0"
}
}