{
    name: 'animation-frame',
    description: 'An even better requestAnimationFrame',
    version: '0.1.6',
    author: {
        name: 'Oleg Slobodskoi',
        email: 'oleg008@gmail.com'
    },
    repository: {
        type: 'git',
        url: 'git@github.com:kof/animation-frame.git'
    },
    keywords: [
        'animationFrame',
        'RAF',
        'requestAnimationFrame',
        'cancelAnimationFrame'
    ],
    main: 'AnimationFrame.js',
    devDependencies: {
        'uglify-js': '2.4.x'
    },
    licenses: [
        {
           type: 'MIT',
           url: 'http://www.opensource.org/licenses/mit-license.php'
        }
    ],
    overlay: {
        npm: true,
        bower: true,
        component: {
            repo: 'kof/animation-frame'
        }
    }
}
