-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "tslint-msbuild-path",
"version": "0.9.3",
"description": "TSLint formatter that formats output expected by msbuild so they are navigatable errors in visual studio",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/belav/tslint-msbuild-path"
},
"keywords": [
"tslint",
"typescript",
"formatter",
"msbuild",
"visualstudio"
],
"author": {
"name": "Béla Vander Voort"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/belav/tslint-msbuild-path/issues"
},
"dependencies": {},
"devDependencies": {
"grunt-cli": "0.1.9",
"grunt": "~0.4.1",
"grunt-tslint": "~0.4.0",
"grunt-contrib-jshint": "0.6.4",
"jshint-path-reporter": "0.1.3",
"grunt-run-grunt": "~0.1.0",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-continue": "0.0.1",
"chai": "~1.8.1",
"mocha-unfunk-reporter": "~0.4.0"
},
"homepage": "https://github.com/belav/tslint-msbuild-path",
"_id": "[email protected]",
"_npmUser": {
"name": "belav",
"email": "[email protected]"
},
"maintainers": [
{
"name": "belav",
"email": "[email protected]"
}
],
"directories": {}
}