forked from exo-do/nodebb-plugin-emoji-exodo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.23 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.23 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
47
48
49
50
51
52
53
54
{
"name": "nodebb-plugin-emoji-exodo",
"version": "1.0.13",
"nbbpm": {
"id": "emoji-exodo",
"name": "Emoji exodo",
"type": "plugin",
"compatibility": "^1.0.0"
},
"description": "The Exodo emoji-set for NodeBB (requires nodebb-plugin-emoji-extended)",
"main": "lib/controller.js",
"repository": {
"type": "git",
"url": "https://github.com/exo-do/nodebb-plugin-emoji-exodo.git"
},
"keywords": [
"nodebb",
"plugin",
"emoji-exodo"
],
"author": {
"name": "Ole Reglitzki",
"email": "frissdiegurke@protonmail.com",
"url": "https://github.com/frissdiegurke"
},
"contributors": [
{
"name": "Exomarty",
"email": "contacto@exo.do",
"url": "https://github.com/exomarty"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/exo-do/nodebb-plugin-emoji-exodo/issues"
},
"dependencies": {
"glob": "^7.0.0",
"image-size": "^0.4.0",
"lodash": "^4.3.0",
"semver": "^5.1.0"
},
"peerDependencies": {
"nodebb-plugin-emoji-extended": "^1.0.0",
"nconf": "*",
"winston": "*"
},
"scripts": {
"2npm": "publish"
},
"devDependencies": {
"publish": "0.5.0"
}
}