mirror of
https://github.com/apsdehal/awesome-ctf
synced 2024-11-24 11:23:03 +00:00
Add package.json
This commit is contained in:
parent
63f4b584e6
commit
ebaed8e71d
1 changed files with 29 additions and 0 deletions
29
package.json
Normal file
29
package.json
Normal file
|
@ -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": []
|
||||
}
|
Loading…
Reference in a new issue