forked from microsoft/tslint-microsoft-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "tslint-microsoft-contrib",
"version": "2.0.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": "[email protected]" },
{ "name": "Daniel Manesku", "email": "[email protected]" },
{ "name": "Hamlet D'Arcy", "email": "[email protected]" }
],
"bugs": {
"url": "https://github.com/Microsoft/tslint-microsoft-contrib/issues"
},
"keywords": [
"tslint",
"microsoft",
"typescript"
],
"license": "MIT",
"analyze": true,
"scripts": {
"test": "grunt all"
},
"devDependencies": {
"chai": "3.2.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-test": "0.12.7",
"grunt-ts": "5.2.0",
"grunt-tslint": "3.0.1",
"load-grunt-tasks": "3.2.0",
"mocha": "2.2.5",
"time-grunt": "1.2.1",
"tslint": "3.2.1",
"underscore": "1.8.3"
}
}