Change description and licence

This commit is contained in:
Leonid Logvinov 2017-05-24 11:22:41 +02:00
parent 70d09ee23e
commit 49b445a21c
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -1,7 +1,7 @@
{
"name": "0x.js",
"version": "0.0.0",
"description": "Official 0x library",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
"0xproject",
@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/0xProject/0x.js"
},
"license": "MIT",
"license": "Apache 2.0",
"engines": {
"node": ">=6.0.0"
},