colors/package.json

29 lines
774 B
JSON

{
"name": "@d3v4pp/colors",
"version": "0.0.3",
"description": "256 colors for your node.js console",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://cvs.d3v4pp.fr/D3V4PP/colors.git"
},
"author": {
"name": "Ayoub Hassani <D3v4pp>",
"email": "ayoub@d3v4pp.fr",
"url": "https://d3v4pp.fr/"
},
"funding": "https://paypal.me/SupportTheDoc",
"homepage": "https://cvs.d3v4pp.fr/D3V4PP/colors/src/master/README.md",
"bugs": {
"url": "https://cvs.d3v4pp.fr/D3V4PP/colors/issues",
"email": "ayoub@d3v4pp.fr"
},
"license": "d3v4pp",
"keywords": [
"ansi",
"terminal",
"colors"
],
"devDependencies": {}
}