Skip to content

Commit 21f8932

Browse files
committed
Create scalem.jquery.json
1 parent 6c952d1 commit 21f8932

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

scalem.jquery.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "scalem",
3+
"title": "jQuery Scalem",
4+
"description": "A light-weight jQuery plugin to make any element scalable (responsive).",
5+
"keywords": [
6+
"liquid",
7+
"responsive",
8+
"scalable"
9+
],
10+
"version": "1.0.0",
11+
"author": {
12+
"name": "Tom Doan",
13+
"url": "http://www.tohodo.com/"
14+
},
15+
"licenses": [
16+
{
17+
"type": "MIT",
18+
"url": "https://github.com/thdoan/scalable-text/blob/master/LICENSE"
19+
}
20+
],
21+
"homepage": "http://thdoan.github.io/scalem/",
22+
"demo": "http://thdoan.github.io/scalem/demo.html",
23+
"docs": "https://github.com/thdoan/scalem",
24+
"bugs": "https://github.com/thdoan/scalem/issues",
25+
"download": "https://github.com/thdoan/scalem/archive/v1.0.0.zip",
26+
"dependencies": {
27+
"jquery": "*"
28+
}
29+
}

0 commit comments

Comments
 (0)