mirror of
https://github.com/apsdehal/awesome-ctf
synced 2024-11-21 18:23:01 +00:00
Add gitignore, test.js
This commit is contained in:
parent
ebaed8e71d
commit
c6f61ac4ca
3 changed files with 32 additions and 27 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
58
package.json
58
package.json
|
@ -1,29 +1,33 @@
|
||||||
{
|
{
|
||||||
"name": "ctf-tools",
|
"name": "ctf-tools",
|
||||||
"title": "CTF Tools",
|
"title": "CTF Tools",
|
||||||
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
|
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homepage": "http://github.com/apsdehal/ctf-tool",
|
"homepage": "http://github.com/apsdehal/ctf-tools",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Amanpreet Singh and contributors",
|
"name": "Amanpreet Singh and contributors",
|
||||||
"url": "https://github.com/apsdehal/ctf-tools/graphs/contributors"
|
"url": "https://github.com/apsdehal/ctf-tools/graphs/contributors"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/apsdehal/ctf-tools.git"
|
"url": "https://github.com/apsdehal/ctf-tools.git"
|
||||||
},
|
},
|
||||||
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
|
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
|
||||||
"licenses": [
|
"devDependencies": {
|
||||||
{
|
"mocha": "~2.2.1",
|
||||||
"type": "MIT",
|
"marked": "^0.3.3"
|
||||||
"url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt"
|
},
|
||||||
}
|
"licenses": [
|
||||||
],
|
{
|
||||||
"engines": {
|
"type": "MIT",
|
||||||
"node": ">= 0.8.0"
|
"url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt"
|
||||||
},
|
}
|
||||||
"scripts": {
|
],
|
||||||
"test": "node test.js",
|
"engines": {
|
||||||
},
|
"node": ">= 0.8.0"
|
||||||
"keywords": []
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "node test.js"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
}
|
}
|
||||||
|
|
0
tests/test.js
Normal file
0
tests/test.js
Normal file
Loading…
Reference in a new issue