UNPKG

nodebb-plugin-pixeldrain

Version:
29 lines (28 loc) 732 B
{ "name": "nodebb-plugin-pixeldrain", "version": "1.0.19", "description": "A Plugin that uploads images to sia.pixeldrain.com", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/artur9010/nodebb-plugin-pixeldrain" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nodebb", "plugin", "pixeldrain" ], "author": "Baris Usakli <baris@designcreateplay.com>", "contributors": ["Artur Motyka <artur@motyka.pro>"], "license": "BSD-2-Clause", "dependencies": { "request": "^2.48.0", "winston": "~0.8.3" }, "nbbpm": { "compatibility": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^1.0.0" } }