Skip to content

Commit

Permalink
Added bower spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Mar 28, 2016
1 parent 5fbd0a9 commit c7fce78
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "HTMLString",
"description": "An HTML parser written in JavaScript that's probably not what you're looking for.",
"main": "build/html-string.js",
"authors": [
{
"name": "Anthony Blackshaw",
"email": "ant@getme.co.uk",
"url": "https://github.com/anthonyjb"
}
],
"license": "MIT",
"keywords": [
"html",
"parser"
],
"homepage": "http://getcontenttools.com/api/html-string",
"repository": {
"type": "git",
"url": "git@github.com:GetmeUK/HTMLString.git"
},
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit c7fce78

Please sign in to comment.