Skip to content

Commit

Permalink
Change name to awesome-ctf
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal committed Apr 26, 2015
1 parent def924f commit 6dd5542
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CTF Tools [![Build Status](https://travis-ci.org/apsdehal/ctf-tools.svg?branch=master)](https://travis-ci.org/apsdehal/ctf-tools)
# Awesome CTF [![Build Status](https://travis-ci.org/apsdehal/ctf-tools.svg?branch=master)](https://travis-ci.org/apsdehal/ctf-tools)

A curated list of CTF frameworks, libraries, resources and softwares.

Expand All @@ -15,7 +15,7 @@ It takes time to build up collection of tools used in ctf and remember them all.

### Contents

- [CTF Tools](#ctf-tools)
- [Awesome CTF](#awesome-ctf)
- [Create](#create)
- [Forensics](#create-forensics)
- [Web](#create-web)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "ctf-tools",
"title": "CTF Tools",
"name": "awesome-ctf",
"title": "awesome-ctf",
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
"version": "1.0.0",
"homepage": "http://github.com/apsdehal/ctf-tools",
"homepage": "http://github.com/apsdehal/awesome-ctf",
"author": {
"name": "Amanpreet Singh and contributors",
"url": "https://github.com/apsdehal/ctf-tools/graphs/contributors"
"url": "https://github.com/apsdehal/awesome-ctf/graphs/contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/apsdehal/ctf-tools.git"
"url": "https://github.com/apsdehal/awesome-ctf.git"
},
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
"bugs": "https://github.com/apsdehal/awesome-ctf/issues",
"devDependencies": {
"chai": "^2.2.0",
"cheerio": "^0.19.0",
Expand All @@ -22,7 +22,7 @@
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt"
"url": "https://github.com/apsdehal/awesome-ctf/LICENSE.txt"
}
],
"engines": {
Expand Down

0 comments on commit 6dd5542

Please sign in to comment.