-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 851 Bytes
/
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
{
"name": "lint-visualizer",
"version": "1.0.5",
"description": "Lint Visualizer provides a smart way to view your project's lint errors & warnings as actionable items",
"main": "bin/index.js",
"author": "Chandrahass Tvs",
"license": "MIT",
"bin": {
"lint-visualizer": "./bin/index.js"
},
"keywords": [
"ng-lint",
"lint",
"angular",
"tslint",
"eslint",
"visualizer",
"lint-visualizer"
],
"dependencies": {
"chalk": "^2.4.2",
"http-server": "^0.12.3",
"yargs": "^13.2.4",
"xml2json": "^0.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChandrahassTvs/lint-visualizer.git"
},
"bugs": {
"url": "https://github.com/ChandrahassTvs/lint-visualizer.git/issues"
},
"homepage": "https://github.com/ChandrahassTvs/lint-visualizer.git#readme"
}