Skip to content

Commit c630917

Browse files
author
Zeno Rocha
committed
Add project to Bower
1 parent 33db205 commit c630917

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "jquery-boilerplate",
3+
"version": "3.3.1",
4+
"homepage": "http://jqueryboilerplate.com",
5+
"authors": [
6+
"Zeno Rocha <[email protected]>"
7+
],
8+
"description": "A jump-start for jQuery plugins development.",
9+
"main": "src/jquery.boilerplate.js",
10+
"keywords": [
11+
"jquery",
12+
"plugin",
13+
"boilerplate",
14+
"jquery-plugin",
15+
"jquery-boilerplate"
16+
],
17+
"license": "MIT"
18+
}

0 commit comments

Comments
 (0)