Skip to content

Commit 7946029

Browse files
committed
Add bower.json
1 parent 37f15a0 commit 7946029

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

bower.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "jquery-initialize",
3+
"version": "1.1.0",
4+
"description": "jQuery plugin for dynamically created elements initialization",
5+
"main": "jquery.initialize.js",
6+
"authors": [
7+
"timpler"
8+
],
9+
"license": "MIT",
10+
"homepage": "https://github.com/timpler/jquery.initialize#readme",
11+
"dependencies": {
12+
"jquery": "*"
13+
}
14+
}

0 commit comments

Comments
 (0)