-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 944 Bytes
/
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
{
"name": "nodebb-plugin-emoji-twemoji",
"version": "1.0.1+@{build}",
"description": "Twitter emoji set for NodeBB (requires nodebb-plugin-emoji-extended)",
"main": "lib/controller.js",
"author": "leovoel <knarkleo@live.com> (https://github.com/leovoel)",
"contributors": [
"leovoel <knarkleo@live.com> (https://github.com/leovoel)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/leovoel/@{name}.git"
},
"nbbpm": {
"id": "@{id}",
"name": "Twemoji",
"type": "@{type.name}",
"compatibility": "^1.0.0"
},
"keywords": [
"nodebb",
"@{type.name}",
"emoji-twemoji",
"twitter",
"twemoji"
],
"dependencies": {
"adm-zip": "^0.4.7",
"lodash": "^4.3.0",
"q": "^1.4.1",
"semver": "^5.1.0",
"wrench": "^1.5.8"
},
"peerDependencies": {
"nodebb-plugin-emoji-extended": "^1.0.0",
"nconf": "*",
"winston": "*"
}
}