blob: aa3194becb5dd65004be0d7fc80e48ddf3dca46d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
}
}
|