Skip to content

Commit f1aac44

Browse files
committed
Added bower.json
1 parent c653182 commit f1aac44

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "unexpected-dom",
3+
"main": "unexpected-dom.js",
4+
"homepage": "https://github.com/Munter/unexpected-dom",
5+
"authors": [
6+
"Peter Müller <[email protected]>"
7+
],
8+
"description": "DOM plugin for the unexpected assertion libary",
9+
"moduleType": [
10+
"amd",
11+
"globals",
12+
"node"
13+
],
14+
"keywords": [
15+
"unexpected",
16+
"expect",
17+
"assertion",
18+
"assert",
19+
"test",
20+
"dom",
21+
"html"
22+
],
23+
"license": "MIT",
24+
"ignore": [
25+
"**/.*",
26+
"**/*",
27+
"!unexpected-dom*.js"
28+
]
29+
}

0 commit comments

Comments
 (0)