Add license to package.json and correct bower.json
This commit is contained in:
parent
b526d16aeb
commit
5a28ada5ee
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "openpgp",
|
"name": "openpgp",
|
||||||
"version": "1.4.1",
|
"version": "1.4.1",
|
||||||
|
"license" : "LGPL-3.0+",
|
||||||
"homepage": "http://openpgpjs.org/",
|
"homepage": "http://openpgpjs.org/",
|
||||||
"authors": [
|
"authors": [
|
||||||
"OpenPGP Development Team <list@openpgpjs.org> (https://github.com/openpgpjs/openpgpjs/graphs/contributors)"
|
"OpenPGP Development Team <list@openpgpjs.org> (https://github.com/openpgpjs/openpgpjs/graphs/contributors)"
|
||||||
|
@ -25,7 +26,6 @@
|
||||||
"openpgp",
|
"openpgp",
|
||||||
"encryption"
|
"encryption"
|
||||||
],
|
],
|
||||||
"license": "LGPL 3.0 or any later version",
|
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"dist/*.tgz",
|
"dist/*.tgz",
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
"tests",
|
"tests",
|
||||||
"doc"
|
"doc"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "openpgp",
|
"name": "openpgp",
|
||||||
"description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.",
|
"description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.",
|
||||||
"version": "1.4.1",
|
"version": "1.4.1",
|
||||||
|
"license" : "LGPL-3.0+",
|
||||||
"homepage": "http://openpgpjs.org/",
|
"homepage": "http://openpgpjs.org/",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8"
|
"node": ">=0.8"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user