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
601 B
28 lines
601 B
{
|
|
"name": "https-browserify",
|
|
"description": "https module compatability for browserify",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^9.0.2"
|
|
},
|
|
"homepage": "https://github.com/substack/https-browserify",
|
|
"keywords": [
|
|
"browser",
|
|
"browserify",
|
|
"https"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/https-browserify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard"
|
|
}
|
|
}
|
|
|