-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.01 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
{
"preferGlobal": true,
"main": "index",
"name": "migraticon",
"description": "A simple CLI tool to download your hipchat emoticons.",
"version": "0.0.6",
"author": "Daniel Bohannon <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:tkdan235/migraticon.git"
},
"engines": {
"node": ">=0.10.0"
},
"directories": {
"bin": "bin",
"lib": "lib"
},
"keywords": [
"emoticons",
"hipchat",
"download",
"migrate",
"emoticon",
"communication",
"chat",
"emoji",
"emojis",
"slack",
"slackin",
"slacker"
],
"dependencies": {
"async": "1.5.2",
"coffee-script": "1.10.0",
"colors": "1.1.2",
"commander": "2.9.0",
"fs-extra": "0.26.5",
"js-yaml": "3.5.2",
"lodash": "4.3.0",
"nightmare": "2.1.6",
"prompt": "0.2.14"
},
"coffeelintConfig": {
"max_line_length": {
"name": "max_line_length",
"value": 120,
"level": "error",
"limitComments": true
}
}
}