Add initial package.json and linter config
This commit is contained in:
parent
f3292d7bbe
commit
f0ceba7f89
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "0x.js",
|
||||
"version": "0.0.0",
|
||||
"description": "Official 0x library",
|
||||
"keywords": [
|
||||
"0x.js",
|
||||
"0xproject",
|
||||
"ethereum",
|
||||
"tokens",
|
||||
"exchange"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/0xProject/0x.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslint-config-0xproject": "^0.0.0"
|
||||
}
|
||||
}
|
5
tslint.json
Normal file
5
tslint.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"tslint-config-0xproject"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user