forked from microsoft/tslint-microsoft-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.44 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.1.1",
"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": "bernd.kiefer@microsoft.com"
},
{
"name": "Daniel Manesku",
"email": "daniel.manesku@microsoft.com"
},
{
"name": "Hamlet D'Arcy",
"email": "hamlet.darcy@microsoft.com"
},
{
"name": "Josh Goldberg",
"email": "joshua.goldberg@microsoft.com"
}
],
"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.12.1 <2.29.0"
},
"devDependencies": {
"chai": "4.1.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-ts": "^6.0.0-beta.16",
"grunt-tslint": "^5.0.1",
"load-grunt-tasks": "3.2.0",
"mocha": "4.0.1",
"time-grunt": "1.2.1",
"tslint": "5.8.0",
"typescript": "2.6.2",
"underscore": "1.8.3"
},
"peerDependencies": {
"tslint": "^5.1.0",
"typescript": "^2.1.0"
}
}