Google Apps Scripts projects could be standalone, bounded to Google apps (Docs, Sheets), Web Apps or Google Sites gadgets. How could I find all the projects owned by me from a single point?
The Class File, Class Document, Class Spreadsheet, Class Slide and Class Sites from Apps Script doesn't include a method to know if the corresponding container has a Script project bounded to them.
Only standalone Script projects are shown in Google Drive.
Update:
Nowadays (2018) it's possible to find all the Apps Script projects, bounded and standalone, owned by oneself on https://script.google.com and it's possible to access these projects programmatically through Apps Script API but I don't know how to use it to create a list of projects owned by me.
clasp has the command clasp list but it list only the 10 most recent projects.
Reference
Related Q&A