Touch up package.json, license, readme

This commit is contained in:
James Sumners 2019-08-27 17:22:26 -04:00
parent e2c9b12430
commit ce6325348d
No known key found for this signature in database
GPG Key ID: DD9AAE30F864776B
3 changed files with 5 additions and 16 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2011 Mark Cavage, All rights reserved.
Copyright (c) 2019 LDAPjs, All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -43,7 +43,7 @@ client on your system:
npm install ldapjs
DTrace support is included in ldapjs. To enable it, `npm install dtrace-provider`
DTrace support is included in ldapjs. To enable it, `npm install dtrace-provider`.
## License

View File

@ -1,16 +1,5 @@
{
"author": "Mark Cavage <mcavage@gmail.com>",
"contributors": [
"Craig Baker",
"Austin King <shout@ozten.com>",
"Mathieu Lecarme <mathieu@garambrogne.net>>",
"Trent Mick <trentm@gmail.com>",
"Yunong Xiao <yunong@joyent.com>",
"Denis Vuyka <denis.vuyka@gmail.com>",
"Pedro Palazón <kusorbox@gmail.com>",
"Patrick Mooney <patrick.f.mooney@gmail.com>",
"Matt Simerson <matt@tnpi.net>"
],
"originalAuthor": "Mark Cavage <mcavage@gmail.com>",
"name": "ldapjs",
"homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs",
@ -18,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git"
"url": "git://github.com/ldapjs/node-ldapjs.git"
},
"main": "lib/index.js",
"directories": {
@ -26,7 +15,7 @@
"lib": "./lib"
},
"engines": {
"node": ">=0.10"
"node": ">=10.16.0"
},
"dependencies": {
"abstract-logging": "^1.0.0",