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.
20 lines
344 B
20 lines
344 B
1 year ago
|
{
|
||
|
"name": "string-hash",
|
||
|
"repo": "darkskyapp/string-hash",
|
||
|
"description": "fast string hashing function",
|
||
|
"version": "1.1.1",
|
||
|
"keywords": [
|
||
|
"string",
|
||
|
"hashing"
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"development": {
|
||
|
"mocha": "1.3.x"
|
||
|
},
|
||
|
"license": "CC0",
|
||
|
"main": "index.js",
|
||
|
"scripts": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"remotes": []
|
||
|
}
|