The following line in component.json produces error when I run $ component install (component 1.1.0, OS X 10.9.5):
"remotes": ["https://raw.githubusercontent.com"],
The error message:
fatal : no remote found for dependency "component/has-translate3d".
This is because move is a public component and component.json specification clearly states that the public component must not contain any remotes. The specification has probably updated since move's component.json was created.
Removing the line removes the error and the component can be installed.
I have included the fix into the pull request #70.