Fix package.json for node 0.8 compatibility

This commit is contained in:
Patrick Mooney 2015-02-18 11:07:58 -06:00
parent b71c001ec6
commit cab9f0bf45
1 changed files with 9 additions and 9 deletions

View File

@ -27,18 +27,18 @@
"node": ">=0.8" "node": ">=0.8"
}, },
"dependencies": { "dependencies": {
"asn1": "^0.2.2", "asn1": "0.2.2",
"assert-plus": "0.1.5", "assert-plus": "0.1.5",
"bunyan": "^1.3.3", "bunyan": "1.3.3",
"dashdash": "^1.7.3", "dashdash": "1.7.3",
"backoff": "^2.4.1", "backoff": "2.4.1",
"ldap-filter": "^0.2.1", "ldap-filter": "0.2.1",
"once": "^1.3.1", "once": "1.3.1",
"vasync": "^1.6.2", "vasync": "1.6.2",
"verror": "^1.6.0" "verror": "1.6.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"dtrace-provider": "^0.4.0" "dtrace-provider": "0.4.0"
}, },
"devDependencies": { "devDependencies": {
"node-uuid": "1.4.0", "node-uuid": "1.4.0",