diff --git a/LICENSE b/LICENSE index 9b5dcdb..a232e66 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 5c36935..95964e5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index a1eb639..281595a 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,5 @@ { - "author": "Mark Cavage ", - "contributors": [ - "Craig Baker", - "Austin King ", - "Mathieu Lecarme >", - "Trent Mick ", - "Yunong Xiao ", - "Denis Vuyka ", - "Pedro Palazón ", - "Patrick Mooney ", - "Matt Simerson " - ], + "originalAuthor": "Mark Cavage ", "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",