forked from STRML/textFit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 941 Bytes
/
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
{
"name": "textfit",
"version": "2.4.0",
"description": "A fast, jQuery-free text sizing component that quickly fits single and multi-line text to the width (and optionally height) of its container.",
"main": "textFit.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "uglifyjs textFit.js > textFit.min.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/STRML/textFit.git"
},
"keywords": [
"textfit",
"fit",
"text"
],
"author": "Samuel Reed <samuel.trace.reed@gmail.com> (http://strml.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/STRML/textFit/issues"
},
"homepage": "https://github.com/STRML/textFit",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"uglify-js": "^2.4.17"
}
}