Improve LICENSE

Improve package.json
This commit is contained in:
Martin Endler
2017-03-13 18:36:21 +01:00
parent bb79a994a2
commit 69ca9a503d
3 changed files with 21 additions and 3 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.4.17",
"description": "Bindings over PC/SC to access Smart Cards",
"keywords": [
"nfc",
"pcsc",
"pcsclite",
"nfc",
"smartcards"
],
"homepage": "https://github.com/pokusew/node-pcsclite#readme",
@@ -13,7 +13,17 @@
"url": "https://github.com/pokusew/node-pcsclite/issues"
},
"license": "ISC",
"author": "Santiago Gimeno <santiago.gimeno@gmail.com>",
"author": {
"name": "Santiago Gimeno",
"email": "santiago.gimeno@gmail.com",
"url": "https://github.com/santigimeno"
},
"contributors": [
{
"name": "Martin Endler",
"url": "https://github.com/pokusew"
}
],
"main": "lib/pcsclite.js",
"directories": {
"test": "test"