awesome-ctf/package.json

36 lines
911 B
JSON
Raw Normal View History

2015-04-26 12:25:30 +05:30
{
2015-04-27 01:32:50 +05:30
"name": "awesome-ctf",
"title": "awesome-ctf",
2015-04-26 12:37:00 +05:30
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
"version": "1.0.0",
2015-04-27 01:32:50 +05:30
"homepage": "http://github.com/apsdehal/awesome-ctf",
2015-04-26 12:37:00 +05:30
"author": {
"name": "Amanpreet Singh and contributors",
2015-04-27 01:32:50 +05:30
"url": "https://github.com/apsdehal/awesome-ctf/graphs/contributors"
2015-04-26 12:37:00 +05:30
},
"repository": {
"type": "git",
2015-04-27 01:32:50 +05:30
"url": "https://github.com/apsdehal/awesome-ctf.git"
2015-04-26 12:37:00 +05:30
},
2015-04-27 01:32:50 +05:30
"bugs": "https://github.com/apsdehal/awesome-ctf/issues",
2015-04-26 12:37:00 +05:30
"devDependencies": {
2015-04-26 13:36:33 +05:30
"chai": "^2.2.0",
2015-04-26 12:46:26 +05:30
"cheerio": "^0.19.0",
"marked": "^0.3.3",
"mocha": "~2.2.1"
2015-04-26 12:37:00 +05:30
},
"licenses": [
{
"type": "MIT",
2015-04-27 01:32:50 +05:30
"url": "https://github.com/apsdehal/awesome-ctf/LICENSE.txt"
2015-04-26 12:37:00 +05:30
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
2015-04-26 13:36:33 +05:30
"test": "./node_modules/mocha/bin/mocha -u bdd tests/test.js"
2015-04-26 12:37:00 +05:30
},
2015-04-26 12:46:26 +05:30
"keywords": []
2015-04-26 12:25:30 +05:30
}