From ebaed8e71d02250e16396c36d4f569b876655dc4 Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Sun, 26 Apr 2015 12:25:30 +0530 Subject: [PATCH] Add package.json --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9e45618 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "ctf-tools", + "title": "CTF Tools", + "description": "A curated list of CTF frameworks, libraries, resources and softwares.", + "version": "1.0.0", + "homepage": "http://github.com/apsdehal/ctf-tool", + "author": { + "name": "Amanpreet Singh and contributors", + "url": "https://github.com/apsdehal/ctf-tools/graphs/contributors" + }, + "repository": { + "type": "git", + "url": "https://github.com/apsdehal/ctf-tools.git" + }, + "bugs": "https://github.com/apsdehal/ctf-tools/issues", + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt" + } + ], + "engines": { + "node": ">= 0.8.0" + }, + "scripts": { + "test": "node test.js", + }, + "keywords": [] +}