mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"name": "anonymous_github",
|
|
"version": "2.0.0",
|
|
"description": "Anonymise github repositories for double blind reviews",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tdurieux/anonymous_github.git"
|
|
},
|
|
"author": "Thomas Durieux",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tdurieux/anonymous_github/issues"
|
|
},
|
|
"homepage": "https://github.com/tdurieux/anonymous_github#readme",
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|