-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
44
45
46
47
48
49
50
51
52
53
{
"name": "tslint-config-ryanair",
"version": "3.0.0",
"description": "Ryanair TSLint config with angular support",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ryanair/linters"
},
"keywords": [
"tslint",
"tslintconfig",
"config",
"ryanair",
"typescript",
"styleguide",
"angular"
],
"author": {
"name": "Fabrizio Fortunato",
"email": "[email protected]",
"url": "https://twitter.com/izifortune"
},
"contributors": [
{
"name": "George Christogiannopoulos",
"url": "https://github.com/gc23"
},
{
"name": "Nikolaos Margaris",
"email": "[email protected]"
},
{
"name": "Anton Kostiuchkov",
"url": "https://github.com/madkraft"
}
],
"homepage": "https://github.com/ryanair/linters",
"license": "MIT",
"peerDependencies": {
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"codelyzer": "^4.0.2",
"rxjs": "^6.2.0",
"rxjs-tslint-rules": "^4.3.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"zone.js": "^0.8.19"
},
"dependencies": {
"tslint-config-prettier": "^1.6.0"
}
}