Files
anonymous_github/package.json
tdurieux a9f206ae47 start v2
2020-06-01 09:42:11 +02:00

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"
}
}