Add license to package.json and correct bower.json

This commit is contained in:
evilaliv3 2016-01-07 19:18:39 +01:00
parent b526d16aeb
commit 5a28ada5ee
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"name": "openpgp",
"version": "1.4.1",
"license" : "LGPL-3.0+",
"homepage": "http://openpgpjs.org/",
"authors": [
"OpenPGP Development Team <list@openpgpjs.org> (https://github.com/openpgpjs/openpgpjs/graphs/contributors)"
@ -25,7 +26,6 @@
"openpgp",
"encryption"
],
"license": "LGPL 3.0 or any later version",
"ignore": [
"**/.*",
"dist/*.tgz",
@ -36,4 +36,4 @@
"tests",
"doc"
]
}
}

View File

@ -2,6 +2,7 @@
"name": "openpgp",
"description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.",
"version": "1.4.1",
"license" : "LGPL-3.0+",
"homepage": "http://openpgpjs.org/",
"engines": {
"node": ">=0.8"