UNPKG

npm-gui

Version:

Graphic User Interface for NPM packages/tasks for front and back -end users.

11 lines (8 loc) 143 B
(function() { 'use strict'; angular.module('npm-gui', [ 'ngAnimate', 'ngRoute', 'ui.bootstrap' ]); })();