Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
607 B
28 lines
607 B
{
|
|
"name": "color-name",
|
|
"version": "1.1.4",
|
|
"description": "A list of color names and its values",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:colorjs/color-name.git"
|
|
},
|
|
"keywords": [
|
|
"color-name",
|
|
"color",
|
|
"color-keyword",
|
|
"keyword"
|
|
],
|
|
"author": "DY <dfcreative@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/colorjs/color-name/issues"
|
|
},
|
|
"homepage": "https://github.com/colorjs/color-name"
|
|
}
|
|
|