-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
55 lines (55 loc) · 1.14 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
54
55
{
"name": "domx-value",
"version": "0.2.13",
"main": "dist/domx-value.js",
"description": "DOMx extension that makes it trivial to read and write rich, typed, nested model values to and from the DOM using name attributes.",
"keywords": [
"DOMx",
"DOM",
"json",
"name",
"bind",
"model",
"query",
"value",
"object",
"xvalue"
],
"author": {
"name": "ESHA Research",
"email": "[email protected]",
"url": "http://www.esha.com/"
},
"homepage": "http://esha.github.io/domx-value/",
"bugs": "https://github.com/esha/domx-value/issues",
"repository": {
"type": "git",
"url": "https://github.com:esha/domx-value.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/esha/domx-value/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"domx": "0.x.x"
},
"ignore": [
"**/.*",
"node_modules",
"components",
"libs",
"test",
"src",
"Gruntfile.js"
],
"devDependencies": {
"qunit": "~1.16.0",
"domx-repeat": "~0.3.1"
}
}