Skip to content

Commit 5ccff51

Browse files
committed
Publishing to Bower. Closes #7
1 parent 7346d9e commit 5ccff51

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: bower.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "captionjs",
3+
"description": "An open-source jQuery plugin to easily and semantically add captions to images.",
4+
"main": "",
5+
"authors": [
6+
"Eric Magnuson <[email protected]>"
7+
],
8+
"license": "MIT",
9+
"homepage": "https://github.com/ericmagnuson/captionjs",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
]
17+
}

0 commit comments

Comments
 (0)