UNPKG

935 BJSONView Raw
1{
2 "name": "tslint-microsoft-contrib",
3 "version": "5.0.2",
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 "bugs": {
25 "url": "https://github.com/Microsoft/tslint-microsoft-contrib/issues"
26 },
27 "main": "tslint.json",
28 "keywords": [
29 "tslint",
30 "microsoft",
31 "typescript"
32 ],
33 "license": "MIT",
34 "analyze": true,
35 "scripts": {
36 "test": "grunt all"
37 },
38 "dependencies": {
39 "tsutils": "^2.12.1"
40 },
41 "peerDependencies": {
42 "tslint": "^5.1.0",
43 "typescript": "^2.1.0"
44 }
45}
\No newline at end of file