UNPKG

816 BJSONView Raw
1{
2 "name": "tslint-microsoft-contrib",
3 "version": "1.0.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 "bugs": {
25 "url": "https://github.com/Microsoft/tslint-microsoft-contrib/issues"
26 },
27 "keywords": [
28 "tslint",
29 "microsoft",
30 "typescript"
31 ],
32 "license": "MIT",
33 "analyze": true,
34 "scripts": {
35 "test": "grunt all"
36 }
37}
\No newline at end of file