Add license to package.json and correct bower.json
This commit is contained in:
parent
b526d16aeb
commit
5a28ada5ee
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user