aping-plugin-openweathermap
Version:
OpenWeatherMap plugin for apiNG
39 lines (38 loc) • 1 kB
JSON
{
"name": "aping-plugin-openweathermap",
"version": "0.8.0",
"description": "OpenWeatherMap plugin for apiNG",
"main": "dist/aping-plugin-openweathermap.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnnyTheTank/apiNG-plugin-openweathermap.git"
},
"keywords": [
"aping",
"openweathermap",
"angularjs",
"rest",
"api",
"json",
"angular"
],
"author": "Jonathan Hornung <jonathan.hornung@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnnyTheTank/apiNG-plugin-openweathermap/issues"
},
"homepage": "https://github.com/JohnnyTheTank/apiNG-plugin-openweathermap",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"angular-openweathermap-api-factory": "*"
},
"dependencies": {
"aping": "*"
}
}