{
    "name": "angular-winjs",
    "homepage": "https://github.com/winjs/angular-winjs",
    "authors": [
        "Microsoft Corporation and other contributors"
    ],
    "description": "This code is a wrapper which facilitates usage of WinJS UI controls in an Angular application.",
    "main": "js/angular-winjs.js",
    "keywords": [
        "winjs",
        "angular",
        "AngularJS"
    ],
    "license": "MIT",
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "test",
        "tests",
        "package.json",
        "karma.config.js",
        "*.nuspec",
        "Gruntfile.js"
    ]
}