forked from AlynxZhou/atom-counter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 998 Bytes
/
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
{
"name": "widget-counter",
"main": "./lib/widget-counter",
"version": "1.4.12",
"description": "A widget counter on the status bar. Originally as a joke and created by AlynxZhou (thank you).",
"homepage": "https://github.com/KeithETruesdell/widget-counter#readme",
"keywords": [
"counter",
"joke",
"interrupt",
"widget",
"count",
"increment",
"tally",
"upticks",
"slack",
"decaff",
"vanillaJS"
],
"repository": "https://github.com/KeithETruesdell/widget-counter",
"license": "MIT",
"optionalDependencies": {},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"author": {
"name": "Keith E. Truesdell",
"email": "[email protected]",
"url": "https://github.com/KeithETruesdell"
},
"bugs": {
"url": "https://github.com/KeithETruesdell/widget-counter/issues"
},
"dependencies": {},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
}
}