awesome-ctf/package.json

35 lines
836 B
JSON
Raw Normal View History

2015-04-26 06:55:30 +00:00
{
2015-04-26 07:07:00 +00:00
"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-tools",
"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",
"devDependencies": {
2015-04-26 07:16:26 +00:00
"cheerio": "^0.19.0",
"marked": "^0.3.3",
"mocha": "~2.2.1"
2015-04-26 07:07:00 +00:00
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "node test.js"
},
2015-04-26 07:16:26 +00:00
"keywords": []
2015-04-26 06:55:30 +00:00
}