(function (ng) { "use strict"; ng .module('demo-app') .value('pkg', {{{json pkg}}}); })(angular);