-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
56 lines (56 loc) · 1 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
{
"name": "dev-time-cli",
"version": "1.3.5",
"description": "Get the current local time of a GitHub user.",
"license": "MIT",
"repository": "SamVerschueren/dev-time-cli",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"bin": {
"dev-time": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"github",
"gh",
"developer",
"dev",
"user",
"local",
"time",
"timezone",
"date"
],
"dependencies": {
"chalk": "^1.1.1",
"dev-time": "^1.0.0",
"elegant-spinner": "^1.0.1",
"log-symbols": "^1.0.2",
"log-update": "^1.0.2",
"meow": "^3.6.0",
"moment-timezone": "^0.5.4",
"update-notifier": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"execa": "^0.4.0",
"strip-ansi": "^3.0.0",
"xo": "*"
},
"xo": {
"esnext": true
}
}