- 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2
39 lines
800 B
JSON
39 lines
800 B
JSON
{
|
|
"name": "@0xproject/tslint-config",
|
|
"version": "0.2.1",
|
|
"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"
|
|
}
|
|
}
|