-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 903 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
41
42
43
{
"name": "emojiporter",
"version": "1.0.0",
"description": "CLI to export/import custom emojis for Mattermost",
"author": "Lisa Huynh",
"license": "MIT",
"main": "./bin/emojiporter",
"bin": {
"emojiporter": "./bin/emojiporter"
},
"keywords": [
"mattermost",
"chat",
"custom",
"emojis",
"emoji",
"emote",
"emotes",
"emoticon",
"emoticons"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lisamai/emojiporter.git"
},
"engines": {
"node": ">= 0.11.x",
"npm": ">= 2.5.x"
},
"preferGlobal": true,
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.18.0",
"isomorphic-fetch": "^3.0.0",
"js-yaml": "^3.13.1",
"mattermost-redux": "^1.2.0",
"path": "^0.12.7",
"prompt": "^1.0.0",
"request": "^2.78.0",
"valid-url": "^1.0.9",
"yargs": "^15.3.1"
}
}