miniMAC / magic

CSS3 Animations with special effects
https://www.minimamente.com/project/magic/
MIT License
8.43k stars 1.18k forks source link

Add bower support #18

Closed sylouuu closed 10 years ago

sylouuu commented 10 years ago

Hi, could you submit your package to bower please?

Thx!

miniMAC commented 10 years ago

Added Bower :)

sylouuu commented 10 years ago

Thank's, care about case, you have declared "name": "Magic" but it's in lower-case.

λ bower info Magic
bower ENOTFOUND     Package Magic not found

λ bower info magic
bower not-cached    git://github.com/miniMAC/magic.git#*
bower resolve       git://github.com/miniMAC/magic.git#*
bower download      https://github.com/miniMAC/magic/archive/1.0.0.tar.gz
bower extract       magic#* archive.tar.gz
bower resolved      git://github.com/miniMAC/magic.git#1.0.0

{
  name: 'Magic',
  version: '1.0.0',
  description: 'CSS3 Animations with special effects',
  keywords: [
    'css',
    'css3',
    'magic',
    'animations'
  ],
  main: [
    'magic.min.css'
  ],
  license: 'MIT',
  homepage: 'https://github.com/miniMAC/magic'
}

Available versions:
  - 1.0.0

You can request info for a specific version with 'bower info magic#<version>'