UNPKG

aping-plugin-rss

Version:
36 lines (35 loc) 836 B
{ "name": "aping-plugin-rss", "version": "0.8.1", "description": "RSS plugin for apiNG", "main": "dist/aping-plugin-rss.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/JohnnyTheTank/apiNG-plugin-rss.git" }, "keywords": [ "aping", "rss", "angularjs", "json", "angular" ], "author": "Jonathan Hornung", "license": "MIT", "bugs": { "url": "https://github.com/JohnnyTheTank/apiNG-plugin-rss/issues" }, "homepage": "https://github.com/JohnnyTheTank/apiNG-plugin-rss#readme", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-uglify": "^0.11.0", "grunt-contrib-watch": "^0.6.1" }, "dependencies": { "aping": "*" } }