forked from microsoft/tslint-microsoft-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.45 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
59
60
61
62
63
64
65
{
"name": "tslint-microsoft-contrib",
"version": "5.2.2",
"description": "TSLint Rules for Microsoft",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslint-microsoft-contrib"
},
"author": "Hamlet D'Arcy",
"contributors": [
{
"name": "Bernd Kiefer",
"email": "[email protected]"
},
{
"name": "Daniel Manesku",
"email": "[email protected]"
},
{
"name": "Hamlet D'Arcy",
"email": "[email protected]"
},
{
"name": "Josh Goldberg",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/Microsoft/tslint-microsoft-contrib/issues"
},
"main": "tslint.json",
"keywords": [
"tslint",
"microsoft",
"typescript"
],
"license": "MIT",
"analyze": true,
"scripts": {
"test": "grunt all"
},
"dependencies": {
"tsutils": "^2.27.2 <2.29.0"
},
"devDependencies": {
"chai": "4.2.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "0.13.3",
"grunt-ts": "^6.0.0-beta.21",
"grunt-tslint": "^5.0.2",
"load-grunt-tasks": "4.0.0",
"mocha": "5.2.0",
"time-grunt": "1.4.0",
"tslint": "^5.11.0",
"typescript": "3.1.1",
"underscore": "1.9.1"
},
"peerDependencies": {
"tslint": "^5.1.0",
"typescript": "^2.1.0 || ^3.0.0"
}
}