forked from adriancooney/voyeur.js
-
Notifications
You must be signed in to change notification settings - Fork 77
/
bower.json
49 lines (49 loc) · 1.1 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
{
"name": "HTML",
"version": "0.12.1",
"main": "dist/HTML.min.js",
"description": "An intuitive, extensible way to work directly with the DOM.",
"keywords": [
"HTML",
"DOM",
"traverse",
"append",
"emmet",
"befriend",
"manipulate",
"extend",
"native",
"voyeur",
"element"
],
"author": {
"name": "ESHA Research",
"email": "[email protected]",
"url": "http://www.esha.com/"
},
"homepage": "http://nbubna.github.io/HTML/",
"bugs": "https://github.com/nbubna/nbubna/issues",
"repository": {
"type": "git",
"url": "https://github.com:nbubna/HTML.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/nbubna/HTML/master/LICENCE"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"ignore": [
"**/.*",
"node_modules",
"components",
"libs",
"test",
"src",
"Gruntfile.js"
]
}