forked from csuwildcat/DXCrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
58
{
"name": "SiteScanner",
"description": "Analyze a website and give hints on how to be more standards compliant",
"version": "1.0.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.12.x",
"npm": "2.5.x"
},
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"azure-storage": "~0.4.2",
"cheerio": "^0.19.0",
"cssom": ">=0.2.5",
"csv": "0.2.9",
"express": "~3.2.4",
"http-agent": ">=0.1.2",
"http-status": ">=0.1.8",
"hyperquest": "~0.1.4",
"jslinq": ">=1.0.12",
"lodash": "~3.3.1",
"minimist": "~1.1.0",
"node-cache": ">=2.1.1",
"parserlib": "~0.2.3",
"promised-io": ">=0.3.0",
"request": "2.30.x",
"validator": "~0.4.22",
"xml2js": ">=0.2.0",
"ya-csv": "~0.9.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-jshint": "0.7.2"
},
"keywords": []
}