-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 871 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 871 Bytes
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": "domanalyzer",
"version": "0.0.1",
"description": "Analizando el DOM like a sir",
"keywords": [
"dom",
"html",
"malicious",
"javascript"
],
"maintainers": [
"Rubén Espadas <rubenespadas@gmail.com> (http://twitter/rubenespadas)"
],
"license": "GPL-3.0",
"repository": "rubenespadas/domanalyzer",
"dependencies": {
"htmlparser2": "~3.9.0",
"jsdom": "~8.0.2",
"request": "~2.67.0",
"yargs": "~3.32.0",
"iz": "~0.7.1",
"glob": "~6.0.4",
"parse5": "~2.1.5",
"mmmagic": "~0.4.1"
},
"scripts": {
"pretest": "git submodule update --init --recursive",
"test": "node ./run.js",
"lint": "jshint lib/ && jshint test/"
},
"main": "./lib/domanalyzer",
"files": [
"lib/"
]
}