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

@@ -1,4 +1,7 @@
Copyright (c) 2013, Santiago Gimeno <santiago.gimeno@gmail> ISC License
Copyright (c) 2016-present, Martin Endler
Copyright (c) 2013-present, Santiago Gimeno <santiago.gimeno@gmail.com>
Permission to use, copy, modify, and/or distribute this software for any Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above purpose with or without fee is hereby granted, provided that the above

View File

@@ -34,6 +34,7 @@ take a look at [nfc-pcsc](https://github.com/pokusew/nfc-pcsc) which offers easy
- [reader.close()](#readerclose) - [reader.close()](#readerclose)
- [FAQ](#faq) - [FAQ](#faq)
- [Can I use this library in my Electron app?](#can-i-use-this-library-in-my-electron-app) - [Can I use this library in my Electron app?](#can-i-use-this-library-in-my-electron-app)
- [License](#license)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -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. 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 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/). 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)

View File

@@ -3,9 +3,9 @@
"version": "0.4.17", "version": "0.4.17",
"description": "Bindings over PC/SC to access Smart Cards", "description": "Bindings over PC/SC to access Smart Cards",
"keywords": [ "keywords": [
"nfc",
"pcsc", "pcsc",
"pcsclite", "pcsclite",
"nfc",
"smartcards" "smartcards"
], ],
"homepage": "https://github.com/pokusew/node-pcsclite#readme", "homepage": "https://github.com/pokusew/node-pcsclite#readme",
@@ -13,7 +13,17 @@
"url": "https://github.com/pokusew/node-pcsclite/issues" "url": "https://github.com/pokusew/node-pcsclite/issues"
}, },
"license": "ISC", "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", "main": "lib/pcsclite.js",
"directories": { "directories": {
"test": "test" "test": "test"