forked from terebentina/sco.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsco.js.jquery.json
41 lines (41 loc) · 1.13 KB
/
sco.js.jquery.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
37
38
39
40
41
{
"name": "sco.js",
"title": "Sco.js library",
"description": "Javascript extensions for Twitter Bootstrap. Rewrites bootstrap tabs, collapse, modal, tooltip components for easier usage and provides more plugins for your coding pleasure",
"keywords": [
"tab",
"collapse",
"accordion",
"modal",
"confirmation",
"tooltip",
"flash",
"message",
"form",
"validation",
"countdown"
],
"version": "1.1.0",
"author": {
"name": "Dan Caragea",
"url": "https://github.com/terebentina"
},
"maintainers": [
{
"name": "Dan Caragea",
"url": "https://github.com/terebentina"
}
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": "https://github.com/terebentina/sco.js/issues",
"homepage": "https://github.com/terebentina/sco.js",
"docs": "http://terebentina.github.io/sco.js",
"dependencies": {
"jquery": ">=1.7"
}
}