UNPKG

hm-webui-httprequest

Version:

A hm-webui plugin to do easy http requests from a scripting language

46 lines (45 loc) 887 B
{ "name": "hm-webui-httprequest", "version": "0.0.4", "description": "A hm-webui plugin to do easy http requests from a scripting language", "keywords": [ "hm-webui", "hm-webui-plugin", "http", "url", "script" ], "author": "paspat", "contributors": [ "paspat" ], "repository": { "type": "git", "url": "https://github.com/hm-webui/hm-webui-httprequest.git" }, "license": "MIT", "dependencies": { "extend": "^3.0.0", "q": "^1.4.1" }, "devDependencies": { "dependency-check": "^2.6.0", "grunt": "^1.0.1", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-watch": "^1.0.0" }, "jshintConfig": { "eqnull": true, "unused": true, "undef": true, "node": true }, "hmWebUI": { "icon": "globe.png", "type": [ "httprequest" ], "priority": 20, "singleton": true } }