forked from MicrosoftEdge/static-code-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.32 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
51
52
53
54
55
56
57
{
"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.4",
"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.js",
"bin": {
"static-code-scan": "bin/static-code-scan.js"
},
"engines": {
"node": "0.12.x",
"npm": "2.x.x"
},
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"bluebird": "^2.9.30",
"body-parser": "^1.13.1",
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"cli-table2": "^0.1.9",
"cssom": ">=0.2.5",
"express": "^4.12.4",
"httpntlm": "^1.5.2",
"inquirer": "^0.11.0",
"lodash": "^3.10.1",
"parserlib": "~0.2.3",
"request": "^2.58.0",
"tough-cookie": "^2.0.0",
"validator": "~0.4.22",
"xml2js": ">=0.2.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-nodeunit": "^0.4.1"
},
"keywords": [
"scan",
"css",
"csslint",
"scanner"
]
}