diff --git a/package.json b/package.json index d788f2b90..5250ec30e 100644 --- a/package.json +++ b/package.json @@ -59,13 +59,41 @@ "xml-escape": "1.1.0" }, "bundledDependencies": [ + "abbrev", + "ansi", + "balanced-match", + "base64-js", + "big-integer", + "bplist-creator", + "bplist-parser", + "brace-expansion", + "concat-map", "cordova-common", + "cordova-registry-mapper", + "elementtree", + "glob", + "inflight", + "inherits", "ios-sim", + "minimatch", "nopt", + "once", + "path-is-absolute", "plist", "q", + "sax", "shelljs", + "simctl", + "simple-plist", + "stream-buffers", + "tail", + "underscore", + "unorm", + "uuid", + "wrappy", "xcode", - "xml-escape" + "xml-escape", + "xmlbuilder", + "xmldom" ] }