forked from rbeer/nodebb-plugin-smoothshorts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "nodebb-plugin-smoothshorts",
"version": "0.2.1",
"description": "Seamless short URLs for topic and post links in NodeBB.",
"author": {
"name": "Raphael Beer",
"email": "rbeerdev@gmail.com"
},
"dependencies": {
"xxhash": "^0.2.2"
},
"main": "smoothshorts.js",
"repository": {
"type": "git",
"url": "https://github.com/rbeer/nodebb-plugin-smoothshorts"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/rbeer/nodebb-plugin-smoothshorts/master/LICENSE"
}
],
"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": {
"ink-docstrap": "^1.1.4",
"minami": "^1.1.1"
},
"scripts": {
"build-docs": "jsdoc --configure .jsdoc -t node_modules/ink-docstrap/template/ -R ./README.md --verbose ./"
}
}