forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 843 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
{
"name": "tslint",
"version": "2.2.0-beta",
"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.1.2",
"optimist": "~0.6.0",
"underscore.string": "~2.3.3"
},
"devDependencies": {
"chai": "~1.7.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-jscs": "~1.8.0",
"grunt-mocha-test": "~0.6.2",
"grunt-ts": "~4.1.0",
"grunt-tslint": "~2.0.0",
"typescript": "1.5.0-beta"
},
"license": "Apache 2.0"
}