forked from kratiahuja/broccoli-tslinter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 990 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
43
{
"name": "broccoli-tslinter",
"version": "3.0.0",
"description": "Broccoli plugin for linting typescript files.",
"main": "index.js",
"scripts": {
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kratiahuja/broccoli-tslinter.git"
},
"keywords": [
"broccoli-plugin",
"tslint",
"linter",
"typescript",
"ts"
],
"author": "Krati Ahuja",
"license": "MIT",
"bugs": {
"url": "https://github.com/kratiahuja/broccoli-tslinter/issues"
},
"homepage": "https://github.com/kratiahuja/broccoli-tslinter#readme",
"dependencies": {
"aot-test-generators": "^0.1.0",
"broccoli-persistent-filter": "^1.2.0",
"chalk": "^2.0.1",
"exists-sync": "0.0.4"
},
"devDependencies": {
"broccoli": "1.1.4",
"chai": "^4.0.2",
"mocha": "^4.0.0",
"tslint": "^5.0.0",
"typescript": "^2.1.0"
},
"peerDependencies": {
"tslint": "^5.0.0",
"typescript": "^2.1.0"
}
}