forked from lambtron/emojipacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.04 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
51
52
53
54
55
{
"name": "emojipacks",
"description": "CLI to upload emojis to Slack",
"version": "0.2.1",
"author": "Andy Jiang",
"main": "./bin/emojipacks",
"keywords": [
"emojis",
"emoji",
"slack",
"chat",
"fun",
"lol",
"lols",
"lulz",
"derp",
"slacker",
"slackin",
"communication",
"emoticon",
"emoticons"
],
"repository": {
"type": "git",
"url": "https://www.github.com/lambtron/emojipacks"
},
"engines": {
"node": ">= 0.11.x",
"npm": ">= 2.5.x"
},
"preferGlobal": "true",
"bin": {
"emojipacks": "./bin/emojipacks"
},
"dependencies": {
"chalk": "^1.1.0",
"cheerio": "^0.19.0",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.8.1",
"debug": "^2.2.0",
"js-yaml": "^3.3.1",
"request": "^2.60.0",
"thunkify-wrap": "^1.0.4",
"valid-url": "^1.0.9"
},
"devDependencies": {
"grunt": "^0.4.3",
"grunt-yaml-validator": "^0.7.3",
"grunt-cli": "^0.1.13"
},
"scripts": {
"test": "grunt travis --verbose"
}
}