forked from monkeecreate/jquery.simpleWeather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 860 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 860 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
30
31
32
{
"name": "simpleweather",
"version": "2.0.1",
"title": "simpleWeather",
"author": {
"name": "James Fleeting",
"email": "hello@jamesfleeting.com",
"url": "http://jamesfleeting.com"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">1.5"
},
"description": "A simple jQuery plugin to display the weather information for any location. The data is pulled from the public Yahoo! Weather feed via the YQL API.",
"keywords": [
"weather",
"yahoo",
"simpleweather",
"monkeecreate",
"weather data"
],
"homepage": "http://simpleweather.monkeecreate.com",
"demo": "http://simpleweather.monkeecreate.com",
"files": [
"jquery.simpleWeather.js"
]
}