forked from enyo/formwatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1000 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
41
42
43
44
45
46
{
"name": "formwatcher",
"version": "2.1.1",
"description": "Unobtrusively improve forms with JavaScript. Written for ender.",
"homepage": "http://www.formwatcher.org",
"keywords": [ "form", "unobtrusive", "ender" ],
"maintainers": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "http://www.matiasmeno.com"
}
],
"contributors": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "http://www.matiasmeno.com"
}
],
"bugs": {
"mail": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/enyo/formwatcher.git"
}
],
"dependencies": {
"qwery": "3.x",
"domready": "0.x",
"bonzo": "1.x",
"bean": "0.x",
"reqwest": "0.x",
"morpheus": "0.x"
},
"main": [ "./lib/formwatcher.js", "./lib/validators.js" ],
"ender": "noop"
}