-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.08 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
47
48
49
50
{
"name": "@passmarked/css",
"version": "1.0.7",
"description": "Rules related to checking the compatability of the CSS on the page ensuring the stylesheet works on older browsers too",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"author": "Passmarked <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:passmarked/css.git"
},
"keywords": [
"css",
"passmarked",
"passmark",
"security",
"standards",
"test",
"suite",
"yslow",
"pagespeed",
"lint",
"validate",
"best",
"practice"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^2.4.1",
"blocked": "^1.2.1",
"cheerio": "^0.22.0",
"cssbeautify": "^0.3.1",
"csslint": "^1.0.5",
"js-beautify": "^1.6.14",
"node-uuid": "^1.4.8",
"request": "^2.81.0",
"passmarked": "*",
"string": "^3.3.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"coffeelint": "^1.16.0",
"mocha": "^3.4.1",
"sinon": "^2.3.1",
"sinon-chai": "^2.10.0"
}
}