forked from fulls1z3/angular-tslint-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 927 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 927 Bytes
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
{
"name": "angular-tslint-rules",
"version": "1.0.4",
"description": "Shared TSLint & codelyzer rules to enforce a consistent code style for Angular development",
"repository": {
"type": "git",
"url": "https://github.com/ng-seed/angular-tslint-rules.git"
},
"keywords": [
"linting-rules",
"tslint",
"angular"
],
"author": {
"name": "Burak Tasci",
"email": "me@fulls1z3.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-seed/angular-tslint-rules/issues"
},
"homepage": "https://github.com/ng-seed/angular-tslint-rules#readme",
"scripts": {
"ci:before": "greenkeeper-lockfile-update",
"ci:after": "greenkeeper-lockfile-upload",
"release": "npm run standard-version"
},
"main": "./tslint.json",
"devDependencies": {
"standard-version": "^4.2.0"
},
"peerDependencies": {
"codelyzer": ">=3.1.2",
"tslint": ">=5.7.0"
}
}