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