diff --git a/package.json b/package.json index b2e7bd01..1cd4e8e2 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ }, "engines": { "node": ">=0.8.0" }, "keywords": [ "imap", "mail", "email", "reader", "client" ], - "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE" } ], + "license": "MIT", "repository": { "type": "git", "url": "http://github.com/mscdex/node-imap.git" } }