FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
atom-clock/package.json at master · https-github-com-Danuphon/atom-clock · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-Danuphon
/
atom-clock
Public
forked from
b3by/atom-clock
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
atom-clock
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 715 Bytes
Breadcrumbs
atom-clock
/
package.json
Copy path
File metadata and controls
36 lines (36 loc) · 715 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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.17
"
,
"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
"
}
}
Back
|
FazBrowse Home
|
New Git URL