Skip to content

Commit c968d4c

Browse files
authored
Merge pull request #15 from dapicester/master
Add bower.json. See #12
2 parents 37f15a0 + 7946029 commit c968d4c

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)