-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 841 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
{
"name": "onion-omega2-coronavirus-oled",
"version": "1.0.0",
"description": "Display coronavirus stats on the Omega Onion 2 OLED Extension",
"main": "index.js",
"scripts": {
"test": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xxczaki/onion-omega2-coronavirus-oled.git"
},
"keywords": [
"coronavirus",
"omega",
"omega-onion",
"onion",
"oled",
"extension"
],
"author": "Antoni Kepinski <[email protected]> (https://kepinski.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xxczaki/onion-omega2-coronavirus-oled/issues"
},
"homepage": "https://github.com/xxczaki/onion-omega2-coronavirus-oled#readme",
"dependencies": {
"graphql-got": "^0.1.2",
"onion-omega-oled": "^1.0.7"
},
"devDependencies": {
"xo": "^0.28.0"
}
}