-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
36 lines (36 loc) · 888 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
36
{
"name": "texttailor.js",
"title": "TextTailor.js",
"version": "0.1.2",
"description": "jQuery plugin, tailor made text to fill the height of the parent element or ellipse it if it doesn't fit",
"author": "João Teixeira",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0"
},
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpntex/TextTailor.js.git"
},
"keywords": [
"TextTailor.JS",
"jquery",
"text",
"ellipsis",
"fit",
"scale",
"scale text",
"fill"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jpntex/TextTailor.js/issues"
},
"homepage": "https://github.com/jpntex/TextTailor.js#readme"
}