GH-11: Don't require node 0.4.10

This commit is contained in:
Mark Cavage 2011-09-02 22:08:33 -04:00
parent 0be6fc9dcb
commit d777ba2d11
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
"name": "ldapjs", "name": "ldapjs",
"homepage": "http://ldapjs.org", "homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs", "description": "LDAP client and server APIs",
"version": "0.1.1", "version": "0.1.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git" "url": "git://github.com/mcavage/node-ldapjs.git"
}, },
"main": "lib/index.js", "main": "lib/index.js",
"engines": { "engines": {
"node": ">=0.4.10" "node": ">=0.4"
}, },
"dependencies": { "dependencies": {
"asn1": "~0.1.5", "asn1": "~0.1.5",