awesome-ctf/package.json

36 lines
911 B
JSON

{
"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/awesome-ctf",
"author": {
"name": "Amanpreet Singh and contributors",
"url": "https://github.com/apsdehal/awesome-ctf/graphs/contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/apsdehal/awesome-ctf.git"
},
"bugs": "https://github.com/apsdehal/awesome-ctf/issues",
"devDependencies": {
"chai": "^2.2.0",
"cheerio": "^0.19.0",
"marked": "^0.3.3",
"mocha": "~2.2.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apsdehal/awesome-ctf/LICENSE.txt"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -u bdd tests/test.js"
},
"keywords": []
}