forked from zachleat/BigText
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 791 Bytes
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
{
"name": "bigtext",
"title": "BigText",
"description": "Calculates the font-size and word-spacing needed to match a line of text to a specific width. (jQuery plugin)",
"version": "0.1.5",
"homepage": "https://github.com/zachleat/BigText",
"author": {
"name": "zachleat",
"email": "zachleatherman@gmail.com",
"url": "http://www.zachleat.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/zachleat/BigText.git"
},
"bugs": {
"url": "https://github.com/zachleat/BigText/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zachleat/BigText/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-qunit": "~0.2.2"
},
"dependencies": {},
"keywords": []
}