You can make a BlinkM from an attiny85 microprocessor.

Simply look at the schematics from here and program the Attiny85 with the code from the ReflashBlinkM for Windows  and look for the appropriate hex file there.
Attiny85 BlinkM schematic

The fuse bytes should be:  lfuse:0xE2: hfuse:0xDF
Take care when making your placement of the components on the board as using a DIP package means it will conflict with the arduino processor if you are not carefull.
Otherwise its all rather easy.

If you are looking for other arduino projects look here.

Other attiny85 projects to make RGB leds blink.

http://code.google.com/p/codalyze/wiki/CyzRgb
http://protofusion.org/wordpress/2011/06/tinyrgb-an-i2c-led-driver/#more-964
http://arduino-projects-here.blogspot.nl/2010/10/controlling-rgb-led-with-arduino-and.html
http://www.open-electronics.org/arduino-wifi-rgb-lamp-ikea-dudero-modding/

 

Attiny85 BminkM buildAttiny85 BlinkM mount