forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 908 Bytes
/
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
{
"name": "tslint",
"version": "2.5.1",
"description": "a static analysis linter for TypeScript",
"bin": {
"tslint": "./bin/tslint"
},
"main": "./lib/tslint",
"repository": {
"type": "git",
"url": "https://github.com/palantir/tslint.git"
},
"keywords": [
"cli",
"typescript",
"linter"
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"findup-sync": "~0.2.1",
"optimist": "~0.6.0",
"underscore.string": "~3.1.1"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.9",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha-test": "^0.12.7",
"grunt-run": "^0.3.0",
"grunt-ts": "^4.1.0",
"grunt-tslint": "latest",
"mocha": "^2.2.5",
"tslint": "latest",
"typescript": "1.6.2"
},
"license": "Apache-2.0"
}