Create bower.json
This commit is contained in:
parent
ad8e3d0e64
commit
9128386996
1 changed files with 11 additions and 0 deletions
11
bower.json
Normal file
11
bower.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "jquery-timeago",
|
||||||
|
"version": "1.4.0",
|
||||||
|
"ignore": [
|
||||||
|
"test",
|
||||||
|
"vendor"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": ">=1.6"
|
||||||
|
}
|
||||||
|
}
|
Reference in a new issue