29 lines
645 B
JSON
29 lines
645 B
JSON
{
|
|
"name": "simpleWeather",
|
|
"description": "A simple jQuery plugin to display current weather data for any location and doesn't get in your way. Handcrafted with ♥ from Austin, Texas by James Fleeting.",
|
|
"main": "jquery.simpleWeather.js",
|
|
"version": "3.1.0",
|
|
"homepage": "http://simpleweatherjs.com",
|
|
"authors": [
|
|
"James Fleeting <hello@jamesfleeting.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": ">= 1.2.0"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"weather",
|
|
"plugin",
|
|
"simple"
|
|
]
|
|
}
|