Touch up package.json, license, readme
This commit is contained in:
parent
e2c9b12430
commit
ce6325348d
2
LICENSE
2
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -43,7 +43,7 @@ client on your system:
|
||||||
|
|
||||||
npm install ldapjs
|
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
|
## License
|
||||||
|
|
||||||
|
|
17
package.json
17
package.json
|
@ -1,16 +1,5 @@
|
||||||
{
|
{
|
||||||
"author": "Mark Cavage <mcavage@gmail.com>",
|
"originalAuthor": "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>"
|
|
||||||
],
|
|
||||||
"name": "ldapjs",
|
"name": "ldapjs",
|
||||||
"homepage": "http://ldapjs.org",
|
"homepage": "http://ldapjs.org",
|
||||||
"description": "LDAP client and server APIs",
|
"description": "LDAP client and server APIs",
|
||||||
|
@ -18,7 +7,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mcavage/node-ldapjs.git"
|
"url": "git://github.com/ldapjs/node-ldapjs.git"
|
||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -26,7 +15,7 @@
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10"
|
"node": ">=10.16.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"abstract-logging": "^1.0.0",
|
"abstract-logging": "^1.0.0",
|
||||||
|
|
Loading…
Reference in New Issue