awesome-ctf/package.json

36 lines
911 B
JSON
Raw Normal View History

2015-04-26 06:55:30 +00:00
{
2015-04-26 20:02:50 +00:00
"name": "awesome-ctf",
"title": "awesome-ctf",
2015-04-26 07:07:00 +00:00
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
"version": "1.0.0",
2015-04-26 20:02:50 +00:00
"homepage": "http://github.com/apsdehal/awesome-ctf",
2015-04-26 07:07:00 +00:00
"author": {
"name": "Amanpreet Singh and contributors",
2015-04-26 20:02:50 +00:00
"url": "https://github.com/apsdehal/awesome-ctf/graphs/contributors"
2015-04-26 07:07:00 +00:00
},
"repository": {
"type": "git",
2015-04-26 20:02:50 +00:00
"url": "https://github.com/apsdehal/awesome-ctf.git"
2015-04-26 07:07:00 +00:00
},
2015-04-26 20:02:50 +00:00
"bugs": "https://github.com/apsdehal/awesome-ctf/issues",
2015-04-26 07:07:00 +00:00
"devDependencies": {
2015-04-26 08:06:33 +00:00
"chai": "^2.2.0",
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",
2015-04-26 20:02:50 +00:00
"url": "https://github.com/apsdehal/awesome-ctf/LICENSE.txt"
2015-04-26 07:07:00 +00:00
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
2015-04-26 08:06:33 +00:00
"test": "./node_modules/mocha/bin/mocha -u bdd tests/test.js"
2015-04-26 07:07:00 +00:00
},
2015-04-26 07:16:26 +00:00
"keywords": []
2015-04-26 06:55:30 +00:00
}