forked from rikschennink/fitty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "fitty",
"version": "2.2.5",
"description": "Snugly resizes text to fit its parent container",
"keywords": [
"fit",
"responsive",
"text",
"font",
"rescale",
"resize"
],
"main": "dist/fitty.module.js",
"author": "Rik Schennink <[email protected]> (http://rikschennink.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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}