UNPKG

nodebb-plugin-smoothshorts

Version:

Seamless short URLs for topic and post links in NodeBB.

51 lines (50 loc) 1.26 kB
{ "name": "nodebb-plugin-smoothshorts", "version": "0.3.2", "description": "Seamless short URLs for topic and post links in NodeBB.", "author": { "name": "Raphael Beer", "email": "rbeerdev@gmail.com" }, "dependencies": { "xxhash": "^0.2.2" }, "repository": { "type": "git", "url": "https://github.com/rbeer/nodebb-plugin-smoothshorts" }, "license": "MIT", "bugs": { "url": "https://github.com/rbeer/nodebb-plugin-smoothshorts/issues" }, "homepage": "https://github.com/rbeer/nodebb-plugin-smoothshorts", "keywords": [ "nodebb", "plugin", "topic", "thread", "post", "shortURL", "seamless" ], "nbbpm": { "compatibility": "^0.9.0 || ^1.0.0" }, "devDependencies": { "babel-preset-es2015": "^6.6.0", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-eslint": "^18.1.0", "ink-docstrap": "^1.1.4", "load-grunt-tasks": "^3.5.0", "minami": "^1.1.1" }, "scripts": { "build-docs": "jsdoc --configure .jsdoc -t node_modules/ink-docstrap/template/ -R ./README.md --verbose ./", "dev": "grunt dev", "publish": "grunt publish", "npm-install": "grunt npm" } }