forked from MicrosoftEdge/static-code-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 KB
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
{
"name": "ModernIE-static-code-scanner",
"description": "This scanner will check a website and give hints on how to be more standards compliant",
"version": "1.0.1",
"homepage": "https://github.com/MicrosoftEdge/static-code-scan",
"author": {
"name": "Microsoft"
},
"repository": {
"type": "git",
"url": "https://github.com/MicrosoftEdge/static-code-scan.git"
},
"bugs": {
"url": "https://github.com/MicrosoftEdge/static-code-scan/issues"
},
"license": "Apache-2.0",
"main": "app",
"engines": {
"node": "0.12.x",
"npm": "2.x.x"
},
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"body-parser": "^1.13.1",
"cheerio": "^0.19.0",
"cssom": ">=0.2.5",
"express": "^4.12.4",
"parserlib": "~0.2.3",
"promised-io": ">=0.3.0",
"request": "^2.58.0",
"validator": "~0.4.22",
"xml2js": ">=0.2.0",
"ya-csv": "~0.9.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-nodeunit": "^0.4.1"
},
"keywords": [
"scan",
"css",
"csslint",
"scanner"
]
}