forked from WebReflection/document-register-element
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 623 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 623 Bytes
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
{
"name": "document-register-element",
"description": "A stand-alone working lightweight version of the W3C Custom Elements specification",
"main": "./build/document-register-element.max.js",
"ignore": [
"test",
".jshintrc",
".travis.yml",
".TO_LOCALE.md",
".gitignore",
".gitmodules",
".npmignore",
"benchmark",
"dom4",
"ie8",
"src",
"template",
"package.json",
"index.html",
"testrhino.js",
"Makefile",
"basic.html",
"testrunner.js",
"examples"
]
}