Merge pull request #1 from 0xProject/initial-package
Add initial package.json and linter config
This commit is contained in:
commit
90b3d6bc10
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "0x.js",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"description": "A javascript library for interacting with the 0x protocol",
|
||||||
|
"keywords": [
|
||||||
|
"0x.js",
|
||||||
|
"0xproject",
|
||||||
|
"ethereum",
|
||||||
|
"tokens",
|
||||||
|
"exchange"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/0xProject/0x.js"
|
||||||
|
},
|
||||||
|
"license": "Apache 2.0",
|
||||||
|
"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