-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 848 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "todaysImage",
"version": "1.1.2",
"title": "todaysImage",
"author": {
"name": "Rob Garrison",
"url": "https://github.com/Mottie"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.2.6"
},
"description": "This plugin will process data from a group of images each of which have a set date range, and show an image with caption randomly from that group depending on the current date.",
"keywords": [
"images",
"date"
],
"homepage": "http://wowmotty.blogspot.com/2010/07/todaysimage-v10.html",
"files": [
"css/todays-image.css",
"js/jquery.todays-image.js",
"js/jquery.todays-image.min.js"
]
}