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.
26 lines
522 B
26 lines
522 B
{
|
|
"name": "defaults",
|
|
"version": "1.0.3",
|
|
"description": "merge single level defaults over a config object",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tmpvar/defaults.git"
|
|
},
|
|
"keywords": [
|
|
"config",
|
|
"defaults"
|
|
],
|
|
"author": "Elijah Insua <tmpvar@gmail.com>",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {
|
|
"clone": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^2.0.0"
|
|
}
|
|
}
|
|
|