UNPKG

@nodebb/nodebb-plugin-youtube-embed

Version:
52 lines (51 loc) 1.11 kB
{ "name": "@nodebb/nodebb-plugin-youtube-embed", "version": "1.0.0", "nbbpm": { "compatibility": "^3.2.0 || ^4.0.0" }, "description": "NodeBB Youtube Embed Plugin", "main": "library.js", "scripts": { "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- ./tests -t 100000" }, "repository": { "type": "git", "url": "git+https://github.com/boomzillawtf/nodebb-plugin-youtube-embed.git" }, "dependencies": { "lru-cache": "^4.0.1" }, "devDependencies": { "chai": "^3.5.0", "istanbul": "^0.4.2", "mocha": "^2.4.5", "winston": "^2.2.0", "sinon": "^1.17" }, "keywords": [ "nodebb", "plugin", "youtube", "custom", "embed", "lazyload" ], "author": { "name": "a5mith", "email": "35hzcommunity@gmail.com" }, "license": "BSD-2-Clause", "_npmUser": { "name": "boomzillawtf" }, "bugs": { "url": "https://github.com/boomzillawtf/nodebb-plugin-youtube-embed/issues" }, "maintainers": [ { "name": "boomzillawtf", "email": "boomzillawtf@gmail.com" } ] }