Files
protocol/package.json
2017-05-24 11:22:41 +02:00

24 lines
442 B
JSON

{
"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"
}
}