mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-31 20:04:28 +01:00
* Format Javascript and CSS files with `prettier`: `prettier --write 'CTFd/themes/**/*'` * Format Python with `black`: `black CTFd` & `black tests` * Travis now uses xenial instead of trusty.
13 lines
438 B
JSON
13 lines
438 B
JSON
{
|
|
"name": "CTFd",
|
|
"version": "2.1.1",
|
|
"description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:CTFd/CTFd.git",
|
|
"author": "Kevin Chung <kchung@ctfd.io>",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"prettier": "1.17.0"
|
|
}
|
|
}
|