aboutsummaryrefslogblamecommitdiffstats
path: root/packages/tslint-config/package.json
blob: 2b08d4f567720ac23a6b713728314a975efae8d2 (plain) (tree)
1
2
3
4

                                     
                     
                                                              



























                                                                                    
                          




                            
{
  "name": "@0xproject/tslint-config",
  "version": "0.2.0",
  "description": "Lint rules related to 0xProject for TSLint",
  "main": "tslint.json",
  "files": [
    "tslint.js",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/0xProject/0x.js.git"
  },
  "keywords": [
    "tslint",
    "config",
    "0xProject",
    "typescript",
    "ts"
  ],
  "author": {
    "name": "Fabio Berger",
    "email": "fabio@0xproject.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/0xProject/0x.js/issues"
  },
  "homepage": "https://github.com/0xProject/0x.js/packages/tslint-config/README.md",
  "devDependencies": {
    "tslint": "5.8.0",
    "typescript": "~2.6.1"
  },
  "dependencies": {
    "tslint-react": "^3.2.0"
  }
}