npm run scriptname
clean- wipe the dependencies downloaded by Composer, Bower, and npm
grunt clean:composer & grunt clean:bower & grunt clean:npm
install- automatically runs the Composer and Bower install commands after installing the npm dependencies
composer install & bower install
update- updates Composer and the dependencies downloaded by Composer and npm
npm update & composer self-update & composer update
grunt- used for copying files downloaded by npmgrunt-contrib-clean- Grunt plugin to clean files before copyinggrunt-contrib-copy- Grunt plugin to copy files downloaded by npmnpm- downloads project dependencies- the others are unlisted for now, because this will probably change pretty significantly in the near future
bootstrap- main CSS framework usedbootswatch- themes for the UI
bower- for the time being, Bower is still necessary
php- this application runs on PHPcodeigniter/framework- the CodeIgniter PHP framework this application is build ondompdf/dompdf- no descriptiontamtamchik/namecase- no descriptionparagonie/random_compat- no descriptionvlucas/phpdotenv- no description
mikey179/vfsstream- no descriptionphpunit/phpunit- no descriptionkenjis/ci-phpunit-test- no description