-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 933 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
45
{
"name": "@passmarked/html",
"version": "1.1.1",
"description": "Rules related to checking the HTML compatibility of the page",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:passmarked/html.git"
},
"author": "Passmarked <[email protected]>",
"keywords": [
"html",
"passmarked",
"passmark",
"security",
"standards",
"test",
"suite",
"w3c",
"applet",
"silverlight",
"flast",
"html5"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^1.4.2",
"cheerio": "^0.20.0",
"request": "^2.58.0",
"passmarked": "*",
"underscore": "^1.8.3",
"string": "^3.1.1"
},
"devDependencies": {
"chai": "^2.1.0",
"coffee-script": "^1.9.1",
"coffeelint": "^1.9.2",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}