-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "john",
"version": "1.1.0",
"description": "Make npm3's flat dependencies easier to find and sort",
"license": "MIT",
"os": [
"darwin",
"win32"
],
"repository": "davej/john",
"author": {
"name": "DaveJ",
"email": "dave@davejeffery.com",
"url": "twitter.com/DaveJ"
},
"contributors": [
{
"name": "Enzo Martin",
"email": "enzo.r.martin@gmail.com"
}
],
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"lib",
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"npm",
"npm3",
"node_modules",
"flatdeps",
"osx",
"tag",
"tags",
"color",
"colour",
"finder",
"windows",
"explorer",
"mavericks",
"yosemite",
"mac"
],
"dependencies": {
"chalk": "^1.1.1",
"meow": "^3.6.0",
"pify": "^2.3.0",
"read-pkg-up": "^1.0.1"
},
"optionalDependencies": {
"finder-tag": "^1.0.2",
"fswin": "^2.15.1031"
},
"devDependencies": {
"ava": "^0.11.0",
"xo": "^0.12.1"
},
"xo": {
"space": 2,
"rules": {
"linebreak-style": 0
}
}
}