seagull-js/seagull

View on GitHub
packages/tslint/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@seagull/tslint",
  "version": "20.0.5",
  "description": "Coding Standards for the Seagull Framework",
  "main": "tslint.json",
  "scripts": {
    "build": "echo \"nothing to build\"",
    "test": "echo \"nothing to test\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seagull-js/seagull.git"
  },
  "keywords": [
    "web",
    "framework",
    "web framework",
    "serverless",
    "cloud",
    "aws",
    "react",
    "react.js",
    "isomorphic"
  ],
  "author": "Maximilian Stroh",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/seagull-js/seagull/issues"
  },
  "homepage": "https://github.com/seagull-js/seagull#readme",
  "dependencies": {
    "tslint": "^5.13.1",
    "tslint-config-prettier": "^1.12.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6b4c8f6b18800d7cf7da5920092ad09af64e7647"
}