aping-plugin-openweathermap
Version:
OpenWeatherMap plugin for apiNG
31 lines (30 loc) • 610 B
JSON
{
"name": "apiNG-plugin-openweathermap",
"homepage": "https://github.com/JohnnyTheTank/apiNG-plugin-openweathermap",
"authors": [
"Jonathan Hornung <jonathan.hornung@gmail.com>"
],
"version": "0.8.0",
"description": "OpenWeatherMap plugin for apiNG",
"main": "dist/aping-plugin-openweathermap.min.js",
"moduleType": [],
"keywords": [
"aping",
"openweathermap",
"angularjs",
"rest",
"api",
"json"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"apiNG": "*"
}
}