Files

17 lines
466 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "colour",
"description": "A cored, fixed, documented and optimized version of the popular `colors.js`: Get colors in your node.js console like what...",
"version": "0.7.1",
"author": "Daniel Wirtz <dcode@dcode.io>",
"repository": {
"type": "git",
"url": "https://github.com/dcodeIO/colour.js.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {},
"devDependencies": {},
"main": "./colour.min.js",
"license": "MIT"
}