diff --git a/package.json b/package.json index 8edcaad..2b52e41 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,5 @@ , "directories": { "lib": "./lib/" } , "main": "./lib/htmlparser" , "engines": { "node": ">=0.5.0" } - , "licenses": [{ - "type": "MIT" - , "url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE" - }] + , "license" : "MIT" }