forked from MicrosoftEdge/static-code-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "Modern.ie",
"description": "Modern.ie will analyze a website and give hints on how to be more standards compliant",
"version": "0.5.0",
"homepage": "https://github.com/InternetExplorer/modern.IE-static-code-scan",
"author": {
"name": "Microsoft"
},
"repository": {
"type": "git",
"url": "https://github.com/InternetExplorer/modern.IE-static-code-scan.git"
},
"bugs": {
"url": "https://github.com/InternetExplorer/modern.IE-static-code-scan/issues"
},
"licenses": [
{
"type": "Apache v2 License",
"url": "https://github.com/InternetExplorer/modern.IE-static-code-scan/blob/master/LICENSE"
}
],
"main": "modernie",
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"cheerio": ">=0.10.1",
"request": "2.30.x",
"promised-io": ">=0.3.0",
"xml2js": ">=0.2.0",
"cssom": ">=0.2.5",
"jsdom": "~0.2.19",
"ya-csv": "~0.9.2",
"validator": "~0.4.22",
"http-agent": ">=0.1.2",
"hyperquest": "~0.1.4",
"express": "~3.2.4",
"parserlib": "~0.2.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-jshint": "0.7.2"
},
"keywords": []
}