Skip to content

Commit c7fce78

Browse files
committed
Added bower spec.
1 parent 5fbd0a9 commit c7fce78

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

bower.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "HTMLString",
3+
"description": "An HTML parser written in JavaScript that's probably not what you're looking for.",
4+
"main": "build/html-string.js",
5+
"authors": [
6+
{
7+
"name": "Anthony Blackshaw",
8+
"email": "ant@getme.co.uk",
9+
"url": "https://github.com/anthonyjb"
10+
}
11+
],
12+
"license": "MIT",
13+
"keywords": [
14+
"html",
15+
"parser"
16+
],
17+
"homepage": "http://getcontenttools.com/api/html-string",
18+
"repository": {
19+
"type": "git",
20+
"url": "git@github.com:GetmeUK/HTMLString.git"
21+
},
22+
"moduleType": [
23+
"globals"
24+
],
25+
"ignore": [
26+
"**/.*",
27+
"node_modules",
28+
"bower_components",
29+
"test",
30+
"tests"
31+
]
32+
}

0 commit comments

Comments
 (0)