Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 9bf1d3b

Browse files
author
jboesch
committed
* adding jquery.json
1 parent 91146ff commit 9bf1d3b

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

MIT-LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2013 7shifts Online Employee Scheduling,
2+
http://www.7shifts.com
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

timeAutocomplete.jquery.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "timeAutocomplete",
3+
"title": "jQuery Time Autocomplete",
4+
"description": "A time autocomplete plugin similar to how Google Calendar's time autocomplete works.",
5+
"keywords": [
6+
"time",
7+
"autocomplete"
8+
],
9+
"version": "1.0.0",
10+
"author": {
11+
"name": "Jordan Boesch"
12+
},
13+
"licenses": [
14+
{
15+
"type": "MIT",
16+
"url": "https://github.com/7shifts/jQueryTimeAutocomplete/blob/master/MIT-LICENSE.txt"
17+
}
18+
],
19+
"bugs": "https://github.com/7shifts/jQueryTimeAutocomplete/issues",
20+
"homepage": "http://7shifts.com/blog/better-time-drop-downs-jquery-timeautocomplete/",
21+
"docs": "http://7shifts.com/blog/better-time-drop-downs-jquery-timeautocomplete/",
22+
"download": "http://7shifts.com/blog/better-time-drop-downs-jquery-timeautocomplete/",
23+
"dependencies": {
24+
"jquery": ">=1.10"
25+
}
26+
}

0 commit comments

Comments
 (0)