mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "anonymous_github",
|
|
"version": "2.0.0",
|
|
"description": "Anonymise Github repositories for double blind reviews",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec",
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"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": {
|
|
"@octokit/rest": "^18.5.3",
|
|
"array-equal": "^1.0.0",
|
|
"compression": "^1.7.4",
|
|
"connect-redis": "^5.1.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.2.6",
|
|
"express-session": "^1.17.1",
|
|
"extract-zip": "^2.0.1",
|
|
"github-linguist": "^2.3.0",
|
|
"istextorbinary": "^5.12.0",
|
|
"mongodb": "^3.6.6",
|
|
"parse-github-url": "^1.0.2",
|
|
"passport": "^0.4.1",
|
|
"passport-github2": "^0.1.12",
|
|
"rate-limit-redis": "^2.1.0",
|
|
"redis": "^3.1.2",
|
|
"textextensions": "^5.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^8.3.2",
|
|
"nodemon": "^2.0.4"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"public",
|
|
"test",
|
|
"repo",
|
|
"repositories",
|
|
"session-store"
|
|
]
|
|
}
|
|
}
|