-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
package.json
35 lines (35 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "awesome-ctf",
"title": "awesome-ctf",
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
"version": "1.0.0",
"homepage": "http://github.com/apsdehal/awesome-ctf",
"author": {
"name": "Amanpreet Singh and contributors",
"url": "https://github.com/apsdehal/awesome-ctf/graphs/contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/apsdehal/awesome-ctf.git"
},
"bugs": "https://github.com/apsdehal/awesome-ctf/issues",
"devDependencies": {
"chai": "^2.2.0",
"cheerio": "^0.19.0",
"marked": "^0.3.3",
"mocha": "~2.2.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apsdehal/awesome-ctf/LICENSE.txt"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -u bdd tests/test.js"
},
"keywords": []
}