{
    "name": "@ngu/parallax",
    "version": "0.1.1",
    "description": "Angular universal parallax",
    "main": "bundles/nguparallax.umd.js",
    "module": "index.js",
    "typings": "index.d.ts",
    "keywords": [
        "angular",
        "angular2",
        "angular 2",
        "angular 4",
        "parallax",
        "angular parallax"
    ],
    "author": "Sheik Althaf",
    "repository": {
        "type": "git",
        "url": "https://github.com/sheikalthaf/ngu-parallax"
    },
    "bugs": {
        "url": "https://github.com/sheikalthaf/ngu-parallax/issues"
    },
    "readme": "https://github.com/sheikalthaf/ngu-parallax/blob/master/README.md",
    "licenses": [{
        "type": "MIT",
        "url": "https://github.com/sheikalthaf/ngu-parallax/blob/master/LICENSE"
    }],
    "peerDependencies": {
        "@angular/core": ">=2.4.0",
        "@angular/platform-browser": ">=2.4.0"
    }
}