You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{ |
|
"name": "syzoj", |
|
"version": "2.0.0", |
|
"description": "An OnlineJudge System for OI", |
|
"main": "app.js", |
|
"scripts": { |
|
"start": "node app.js", |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/syzoj/syzoj.git" |
|
}, |
|
"keywords": [ |
|
"onlinejudge", |
|
"oj", |
|
"express" |
|
], |
|
"author": "Menci", |
|
"license": "GPL-3.0", |
|
"bugs": { |
|
"url": "https://github.com/syzoj/syzoj/issues" |
|
}, |
|
"homepage": "https://github.com/syzoj/syzoj#readme", |
|
"dependencies": { |
|
"amqplib": "^0.5.2", |
|
"ansi-to-html": "^0.6.8", |
|
"async-lock": "^1.1.3", |
|
"body-parser": "^1.15.2", |
|
"cheerio": "^1.0.0-rc.1", |
|
"command-line-args": "^5.0.2", |
|
"cookie-parser": "^1.4.3", |
|
"cssfilter": "0.0.10", |
|
"download": "^7.1.0", |
|
"ejs": "^2.5.2", |
|
"express": "^4.14.0", |
|
"express-session": "^1.14.1", |
|
"file-size": "^1.0.0", |
|
"fs-extra": "^7.0.0", |
|
"gravatar": "^1.5.2", |
|
"javascript-time-ago": "^1.0.30", |
|
"js-yaml": "^3.9.0", |
|
"jsdom": "^13.0.0", |
|
"jsondiffpatch": "0.3.11", |
|
"jsonwebtoken": "^8.3.0", |
|
"katex": "^0.10.0", |
|
"mathjax-node": "^2.1.1", |
|
"moemark": "^0.3.10", |
|
"moment": "^2.15.0", |
|
"msgpack-lite": "^0.1.26", |
|
"multer": "^1.2.0", |
|
"mysql2": "^1.6.2", |
|
"node-7z": "^0.4.0", |
|
"nodemailer": "^4.1.0", |
|
"pygmentize-bundled-cached": "^1.1.0", |
|
"randomstring": "^1.1.5", |
|
"request": "^2.74.0", |
|
"request-promise": "^4.1.1", |
|
"sendmail": "^1.1.1", |
|
"sequelize": "^4.41.0", |
|
"session-file-store": "^1.0.0", |
|
"socket.io": "^2.0.3", |
|
"sqlite3": "^4.0.3", |
|
"syzoj-divine": "^1.0.2", |
|
"tmp-promise": "^1.0.3", |
|
"waliyun": "^3.1.1", |
|
"winston": "^3.1.0", |
|
"xss": "^1.0.3" |
|
} |
|
}
|
|
|