-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
40 lines (40 loc) · 947 Bytes
/
package.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
{
"name": "jQuery Interdependencies",
"description": "A Javascript library for dynamically showing and hiding HTML form fields based on rules and field interdependencies ",
"version": "1.0",
"keywords": [
"form",
"widget",
"jquery"
],
"maintainers": [
{
"name": "Mikko Ohtamaa",
"email": "[email protected]",
"web": "http://opensourcehacker.com"
}
],
"demos": [
"/index.html",
"/minimal.html"
],
"bugs": {
"web": "https://github.com/miohtama/jquery-interdependencies/issues"
},
"dependencies": {
"jquery": "1.4"
},
"repositories": [
{
"type": "git",
"url": "git://github.com/miohtama/jquery-interdependencies.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "https://github.com/miohtama/jquery-interdependencies/blob/master/LICENSE.txt"
}
],
"homepage": "https://github.com/miohtama/jquery-interdependencies"
}