45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "simpleweather",
|
|
"version": "3.1.0",
|
|
"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.",
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"weather",
|
|
"plugin",
|
|
"simple"
|
|
],
|
|
"homepage": "http://simpleweatherjs.com",
|
|
"bugs": "https://github.com/monkeecreate/jquery.simpleWeather/issues",
|
|
"author": {
|
|
"name": "James Fleeting",
|
|
"email": "hello@jamesfleeting.com",
|
|
"url": "https://github.com/fleeting"
|
|
},
|
|
"main": "jquery.simpleWeather.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/monkeecreate/jquery.simpleWeather.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0",
|
|
"npm": ">=1.2.10"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"gulp": "latest",
|
|
"gulp-bump": "latest",
|
|
"gulp-git": "^1.7.0",
|
|
"gulp-jshint": "latest",
|
|
"gulp-notify": "latest",
|
|
"gulp-rename": "latest",
|
|
"gulp-size": "latest",
|
|
"gulp-uglify": "latest",
|
|
"jshint-stylish": "latest"
|
|
}
|
|
}
|