mirror of https://github.com/espruino/BangleApps
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"name": "mkfourtwentytz",
|
|
"version": "1.0.0",
|
|
"description": "Convert timezonedb.com CSV to fourTwentyTz.js for BangleJS ftclock app",
|
|
"main": "mkFourTwentyTz.js",
|
|
"scripts": {
|
|
"make": "node mkFourTwentyTz.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"csv": "^6.0.5"
|
|
}
|
|
}
|