Files
boc/vims-backend/node_modules/kuler/package.json
T
Bernt 6de2455917 v1.2.0: Add Global Markets footer, translated to 9 languages
- Added GLOBAL_MARKETS_TITLE to all translation files
- Updated footer with 12 markets (4 active + 8 upcoming)
- Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi
- Built and deployed to production
- CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
2026-07-08 19:56:03 +00:00

35 lines
645 B
JSON

{
"name": "kuler",
"version": "2.0.0",
"description": "Color your terminal using CSS/hex color codes",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/kuler"
},
"keywords": [
"kuler",
"ansi",
"color",
"colour",
"chalk",
"css",
"hex",
"rgb",
"rgv"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/kuler/issues"
},
"homepage": "https://github.com/3rd-Eden/kuler",
"devDependencies": {
"assume": "^2.0.1",
"mocha": "^5.1.1"
}
}