Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit a844471

Browse files
committed
[Task] convert to bower package
1 parent 2fa7a63 commit a844471

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bower.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "exists",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/markusfalk/exists",
5+
"authors": [
6+
"Markus Falk <[email protected]>"
7+
],
8+
"description": "jQuery Plugin for checking wether an element exists and if it does run some code",
9+
"main": "jquery.exists.js",
10+
"license": "MIT",
11+
"ignore": [
12+
"*.md"
13+
]
14+
}

0 commit comments

Comments
 (0)