forked from tom76kimo/jQuery-Dotter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 664 Bytes
/
Copy pathbower.json
File metadata and controls
28 lines (28 loc) · 664 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
{
"name": "jQuery-Dotter",
"version": "1.0.3",
"description": "Whatever the given font-size and how long the content is, make content words are not out of bounds and add '...' or other custom tail after the words. Multi-lines supported.",
"homepage": "https://github.com/tom76kimo/jQuery-Dotter",
"authors": [
"tom76kimo <tom76kimo@gmail.com>"
],
"main": "src/jquery.dotter.min.js",
"moduleType": [
"globals"
],
"keywords": [
"jquery"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.10.2"
}
}