diff --git a/LICENSE b/LICENSE.md similarity index 84% rename from LICENSE rename to LICENSE.md index a53b0c3..427f674 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,4 +1,7 @@ -Copyright (c) 2013, Santiago Gimeno +ISC License + +Copyright (c) 2016-present, Martin Endler +Copyright (c) 2013-present, Santiago Gimeno Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/README.md b/README.md index 8cb0fdc..a00fb9d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ take a look at [nfc-pcsc](https://github.com/pokusew/nfc-pcsc) which offers easy - [reader.close()](#readerclose) - [FAQ](#faq) - [Can I use this library in my Electron app?](#can-i-use-this-library-in-my-electron-app) +- [License](#license) @@ -230,3 +231,7 @@ But please read carefully [Using Native Node Modules](http://electron.atom.io/do You can use CI/CD server to build your app for certain platforms. For Windows, I recommend you to use [AppVeyor](https://appveyor.com/). For macOS and Linux build, there are plenty of services to choose from, for example [CircleCI](https://circleci.com/), [Travis CI](https://travis-ci.com/) [CodeShip](https://codeship.com/). + +## License + +[ISC](/LICENSE.md) diff --git a/package.json b/package.json index 6763bad..8079150 100644 --- a/package.json +++ b/package.json @@ -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 ", + "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"