-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 900 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
{
"name": "nodebb-plugin-emoji-apple",
"version": "2.0.0",
"description": "The apple emoji-set for NodeBB (requires nodebb-plugin-emoji)",
"main": "emoji.js",
"author": "Ole Reglitzki <[email protected]> (https://github.com/frissdiegurke)",
"contributors": [
"Ole Reglitzki <[email protected]> (https://github.com/frissdiegurke)",
"Peter Jaszkowiak <[email protected]> (https://github.com/pitaj)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB-Community/nodebb-plugin-emoji-apple.git"
},
"nbbpm": {
"name": "Emoji Apple",
"compatibility": "^1.7.0"
},
"keywords": [
"nodebb",
"plugin",
"emoji",
"apple"
],
"peerDependencies": {
"nodebb-plugin-emoji": "^2.0.0"
},
"dependencies": {
"emoji-datasource-apple": "^3.0.0",
"lodash.frompairs": "^4.0.1"
}
}