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.
31 lines
718 B
31 lines
718 B
{
|
|
"name": "generic-names",
|
|
"version": "2.0.1",
|
|
"description": "Helper for building generic names, similar to webpack",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/css-modules/generic-names.git"
|
|
},
|
|
"keywords": [
|
|
"css-modules",
|
|
"postcss-modules-scope",
|
|
"webpack"
|
|
],
|
|
"author": "Alexey Litvinov",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/css-modules/generic-names/issues"
|
|
},
|
|
"homepage": "https://github.com/css-modules/generic-names#readme",
|
|
"devDependencies": {
|
|
"tape": "^4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"loader-utils": "^1.1.0"
|
|
}
|
|
}
|
|
|