diff --git a/README.md b/README.md index 534f5ee..66b062f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) diff --git a/package.json b/package.json index 5390788..7cc0a50 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {