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
612 B
28 lines
612 B
1 year ago
|
{
|
||
|
"name": "format",
|
||
|
"description": "printf, sprintf, and vsprintf for JavaScript",
|
||
|
"version": "0.2.2",
|
||
|
"homepage": "http://samhuri.net/proj/format",
|
||
|
"author": "Sami Samhuri <sami@samhuri.net>",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/samsonjs/format.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"email": "sami@samhuri.net",
|
||
|
"url": "https://github.com/samsonjs/format/issues"
|
||
|
},
|
||
|
"main": "./format.js",
|
||
|
"engines": {
|
||
|
"node": ">=0.4.x"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "http://sjs.mit-license.org"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {}
|
||
|
}
|