-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
53 lines (53 loc) · 1.01 KB
/
bower.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
47
48
49
50
51
52
53
{
"name": "formx",
"version": "0.5.0",
"main": "dist/formx.js",
"description": "A suite of declarative form extensions.",
"keywords": [
"HTML",
"DOMx",
"form",
"textarea",
"ajax",
"flex",
"validate"
],
"author": {
"name": "ESHA Research",
"email": "[email protected]",
"url": "http://www.esha.com/"
},
"homepage": "http://esha.github.io/formx/",
"bugs": "https://github.com/esha/formx/issues",
"repository": {
"type": "git",
"url": "https://github.com:esha/formx.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/esha/formx/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"ignore": [
"**/.*",
"node_modules",
"components",
"libs",
"test",
"src",
"Gruntfile.js"
],
"dependencies": {
"domx": "^0.16.1",
"eventi": "^1.3.6",
"domx-value": "~0.2.0"
},
"devDependencies": {
"qunit": "^1.15.0"
}
}