-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.25 KB
/
package.json
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
47
48
49
50
{
"name": "nodebb-plugin-smoothshorts",
"version": "0.3.2",
"description": "Seamless short URLs for topic and post links in NodeBB.",
"author": {
"name": "Raphael Beer",
"email": "[email protected]"
},
"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:symlinks",
"grunt-publish": "grunt publish:symlinks",
"npm-install": "grunt npm"
}
}