-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1006 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
40
41
42
43
44
{
"name": "@passmarked/malware",
"version": "1.0.4",
"description": "Rules that check if the page or linked pages on the same domain (or external) contain any unwanted software,malware or reported phishing attacks",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"author": "Passmarked <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:passmarked/malware.git"
},
"keywords": [
"passmarked",
"passmark",
"security",
"standards",
"test",
"suite",
"safe",
"malware",
"phishing",
"phishtank",
"safebrowsing",
"unwanted"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^1.4.2",
"passmarked": "*",
"underscore": "^1.6.0",
"string": "^3.0.0",
"cheerio": "^0.19.0",
"request": "^2.58.0"
},
"devDependencies": {
"chai": "^2.1.0",
"coffeelint": "^1.9.2",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}