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.
29 lines
707 B
29 lines
707 B
2 years ago
|
{
|
||
|
"name": "css-color-names",
|
||
|
"description": "A JSON Object of css color names mapped to their hex value",
|
||
|
"version": "1.0.1",
|
||
|
"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",
|
||
|
"contributors": [],
|
||
|
"main": "./css-color-names.json",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/bahamas10/css-color-names.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "for f in tests/*.js; do echo \"$f\"; node \"$f\" || exit 1; done; echo 'Passed!'"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {},
|
||
|
"optionalDependencies": {},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"css", "colors", "names"
|
||
|
],
|
||
|
"files": [
|
||
|
"css-color-names.json"
|
||
|
]
|
||
|
}
|