mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
v2 wip
This commit is contained in:
25
package.json
25
package.json
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "anonymous_github",
|
||||
"version": "2.0.0",
|
||||
"description": "Anonymise github repositories for double blind reviews",
|
||||
"description": "Anonymise Github repositories for double blind reviews",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"test": "mocha --reporter spec",
|
||||
"start": "node index.js",
|
||||
"dev": "nodemon index.js"
|
||||
},
|
||||
@@ -19,26 +19,35 @@
|
||||
},
|
||||
"homepage": "https://github.com/tdurieux/anonymous_github#readme",
|
||||
"dependencies": {
|
||||
"@octokit/rest": "^17.9.2",
|
||||
"@octokit/rest": "^18.3.5",
|
||||
"@umijs/linguist": "^1.0.1",
|
||||
"array-equal": "^1.0.0",
|
||||
"compression": "^1.7.4",
|
||||
"download-git-repo": "^3.0.2",
|
||||
"connect-redis": "^5.1.0",
|
||||
"express": "^4.17.1",
|
||||
"express-rate-limit": "^5.2.6",
|
||||
"express-session": "^1.17.1",
|
||||
"jszip": "^3.4.0",
|
||||
"extract-zip": "^2.0.1",
|
||||
"istextorbinary": "^5.12.0",
|
||||
"mongodb": "^3.6.4",
|
||||
"parse-github-url": "^1.0.2",
|
||||
"passport": "^0.4.1",
|
||||
"passport-github2": "^0.1.12",
|
||||
"path": "^0.12.7",
|
||||
"request": "^2.88.2",
|
||||
"session-file-store": "^1.4.0"
|
||||
"rate-limit-redis": "^2.1.0",
|
||||
"redis": "^3.0.2",
|
||||
"textextensions": "^5.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.3.3",
|
||||
"mocha": "^8.3.0",
|
||||
"nodemon": "^2.0.4"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
"public/*",
|
||||
"test/*",
|
||||
"repo/*",
|
||||
"repositories/*",
|
||||
"session-store/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user