-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 947 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
44
{
"name": "tslint-config-typings",
"version": "0.3.1",
"description": "tslint config for writing typings",
"main": "tslint.json",
"files": [
"tslint.json"
],
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/typings/tslint-config-typings"
},
"keywords": [
"tslint",
"tslintconfig",
"config",
"typescript",
"styleguide",
"style guide"
],
"author": "Homa Wong (unional)",
"license": "MIT",
"bugs": {
"url": "https://github.com/typings/tslint-config-typings/issues"
},
"homepage": "https://github.com/typings/tslint-config-typings",
"peerDependencies": {
"tslint": ">=4.0.1"
},
"dependencies": {
"tslint-config-unional": "^0.6.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-tslint": "^7.0.1",
"gulp-util": "^3.0.7",
"through2": "^2.0.1",
"tslint": "^4.0.2",
"typescript": "2.0.10"
}
}