mirror of
https://github.com/HorlogeSkynet/incroyable-elucid.git
synced 2025-06-12 04:00:13 +02:00
31 lines
698 B
JSON
31 lines
698 B
JSON
{
|
|
"name": "incroyable-elucid",
|
|
"description": "Une liste recensant les \"meilleurs\" articles et entretiens du média Élucid",
|
|
"license": "CC0-1.0",
|
|
"repository": "github:HorlogeSkynet/incroyable-elucid",
|
|
"homepage": "https://github.com/HorlogeSkynet/incroyable-elucid#readme",
|
|
"contributors": [
|
|
{
|
|
"name": "Samuel FORESTIER",
|
|
"email": "samuel+dev@forestier.app",
|
|
"url": "https://samuel.forestier.app/"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"article",
|
|
"awesome",
|
|
"awesome-list",
|
|
"elucid",
|
|
"interview",
|
|
"media"
|
|
],
|
|
"scripts": {
|
|
"test": "awesome-lint",
|
|
"bump": "git tag \"$(date -u +%Y.%m_${MICRO:-1})\""
|
|
},
|
|
"devDependencies": {
|
|
"awesome-lint": "^1.2.0"
|
|
},
|
|
"private": true
|
|
}
|