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.
38 lines
674 B
38 lines
674 B
{
|
|
"name": "async",
|
|
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
"version": "0.9.2",
|
|
"main": "lib/async.js",
|
|
"keywords": [
|
|
"async",
|
|
"callback",
|
|
"utility",
|
|
"module"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/caolan/async.git"
|
|
},
|
|
"devDependencies": {
|
|
"nodeunit": ">0.0.0",
|
|
"uglify-js": "1.2.x",
|
|
"nodelint": ">0.0.0",
|
|
"lodash": ">=2.4.1"
|
|
},
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"authors": [
|
|
"Caolan McMahon"
|
|
]
|
|
} |