Improve LICENSE
Improve package.json
This commit is contained in:
@@ -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
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -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)
|
||||
|
||||
<!-- 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.
|
||||
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)
|
||||
|
||||
14
package.json
14
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 <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"
|
||||
|
||||
Reference in New Issue
Block a user