forked from ermouth/jQuery.my
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy.jquery.json
34 lines (34 loc) · 861 Bytes
/
my.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
{
"name": "my",
"title": "jQuery.my",
"description": "A lightweight jQuery plugin for complex two-way data binding in real time.",
"keywords": [
"MVVM", "framework", "ui", "form", "validation", "data binding"
],
"version": "1.1.9",
"author": {
"name": "ermouth",
"url": "https://github.com/ermouth"
},
"maintainers": [
{
"name": "ermouth",
"email": "[email protected]"
}
],
"licenses": [
{
"type":"MIT",
"url":"http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/ermouth/jQuery.my/issues",
"homepage": "http://jquerymy.com/",
"docs": "http://jquerymy.com/api.html",
"demo": "http://jquerymy.com/#CW-demos",
"download": "http://jquerymy.com/download.html",
"dependencies": {
"jquery": ">=1.11.0",
"sugarjs": "~1.4.0"
}
}