-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "security-adventure",
"version": "0.0.2",
"description": "Go on an educational Web security adventure!",
"main": "app.js",
"bin": {
"security-adventure": "bin/security-adventure.js"
},
"dependencies": {
"mkdirp": "0.3.5",
"colors-tmpl": "0.1.0",
"optimist": "0.6.0",
"xtend": "2.1.1",
"terminal-menu": "0.1.0",
"levelup": "0.16.0",
"leveldown": "0.8.2",
"memdown": "0.3.0",
"request": "2.27.0",
"fibers": "1.0.1",
"phantom-wd-runner": "0.0.2",
"wd": "0.1.4",
"cheerio": "0.12.2",
"tap-prettify": "0.0.2"
},
"scripts": {
"test": "node node_modules/tap-prettify/bin/tap-prettify.js test/*.js test/solutions/*.js --stderr --timeout 60"
},
"keywords": [
"security",
"educational",
"guide",
"tutorial",
"learn",
"workshop"
],
"author": {
"name": "Atul Varma",
"email": "[email protected]",
"url": "http://toolness.com"
},
"repository": {
"type": "git",
"url": "git://github.com/toolness/security-adventure.git"
},
"license": "BSD-2-Clause"
}