UNPKG

1.09 kBJSONView Raw
1{
2 "name": "tslint-microsoft-contrib",
3 "version": "5.2.0",
4 "description": "TSLint Rules for Microsoft",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/Microsoft/tslint-microsoft-contrib"
8 },
9 "author": "Hamlet D'Arcy",
10 "contributors": [
11 {
12 "name": "Bernd Kiefer",
13 "email": "bernd.kiefer@microsoft.com"
14 },
15 {
16 "name": "Daniel Manesku",
17 "email": "daniel.manesku@microsoft.com"
18 },
19 {
20 "name": "Hamlet D'Arcy",
21 "email": "hamlet.darcy@microsoft.com"
22 },
23 {
24 "name": "Josh Goldberg",
25 "email": "joshua.goldberg@microsoft.com"
26 }
27 ],
28 "bugs": {
29 "url": "https://github.com/Microsoft/tslint-microsoft-contrib/issues"
30 },
31 "main": "tslint.json",
32 "keywords": [
33 "tslint",
34 "microsoft",
35 "typescript"
36 ],
37 "license": "MIT",
38 "analyze": true,
39 "scripts": {
40 "test": "grunt all"
41 },
42 "dependencies": {
43 "tsutils": "^2.12.1 <2.29.0"
44 },
45 "peerDependencies": {
46 "tslint": "^5.1.0",
47 "typescript": "^2.1.0 || ^3.0.0"
48 }
49}