-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·39 lines (39 loc) · 936 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
36
37
38
39
{
"name": "Dirp",
"version": "0.1.0",
"description": "A simplistic but fast Web Content Scanner written in nodejs.",
"main": "dirp.js",
"repository": {
"type": "git",
"url": "https://github.com/gabemarshall/Dirp.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "1.0.0",
"bluebird": "^3.5.5",
"body-parser": "*",
"cheerio": "*",
"cli-color": "*",
"cli-progress": "^3.3.1",
"cli-table": "^0.3.1",
"ecstatic": "*",
"events": "*",
"fast-levenshtein": "^2.0.6",
"findup-sync": "0.2.1",
"glob": "^7.1.6",
"method-override": "*",
"optimist": "0.5.0",
"printf": "0.2.3",
"request": "*",
"request-promise": "^4.2.4",
"sugar": "^2.0.6",
"throttled-queue": "^1.0.5",
"tlsh": "^1.0.7",
"winston": "2.2.0",
"yargs": "*"
},
"author": "Gabe Marshall",
"license": "ISC"
}