-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 715 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 715 Bytes
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
{
"name": "atom-clock",
"main": "./lib/atom-clock",
"version": "0.1.18",
"description": "Display a customizable clock in the status bar.",
"author": {
"name": "Antonio Bevilacqua",
"email": "b3by.in.th3.sky@gmail.com",
"url": "https://github.com/b3by"
},
"keywords": [
"clock",
"time",
"date",
"statusbar",
"momentjs"
],
"repository": "https://github.com/b3by/atom-clock",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"moment": "^2.24.x"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"devDependencies": {
"mockdate": "^2.0.1"
}
}