tslint-magaya-angular
Version:
tlsint preset for Angular applications in Magaya
33 lines (32 loc) • 796 B
JSON
{
"name": "tslint-magaya-angular",
"version": "1.2.1",
"description": "tlsint preset for Angular applications in Magaya",
"main": "tslint.json",
"scripts": {
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magaya-dev/tslint-magaya-angular.git"
},
"keywords": [
"tlsint",
"magaya",
"angular"
],
"author": "Magaya Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/magaya-dev/tslint-magaya-angular/issues"
},
"homepage": "https://github.com/magaya-dev/tslint-magaya-angular#readme",
"dependencies": {
"codelyzer": "^4.5.0",
"tslint": "^5.12.0",
"tslint-angular": "^1.1.2"
},
"files": [
"tslint.json"
]
}