42 lines
No EOL
1.1 KiB
JSON
42 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "fitty",
|
|
"version": "2.3.3",
|
|
"description": "Snugly resizes text to fit its parent container",
|
|
"keywords": [
|
|
"fit",
|
|
"responsive",
|
|
"text",
|
|
"font",
|
|
"rescale",
|
|
"resize"
|
|
],
|
|
"main": "dist/fitty.module.js",
|
|
"author": "Rik Schennink <rik@pqina.nl> (https://pqina.nl/)",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-header": "^1.8.9",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-size": "^2.1.0",
|
|
"gulp-uglify": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rikschennink/fitty.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rikschennink/fitty/issues"
|
|
},
|
|
"homepage": "https://github.com/rikschennink/fitty"
|
|
} |