{
    "name": "knockout-arraytransforms",
    "description": "Efficient transformations of observable arrays (sortBy, map, filter/reject, groupBy, any/some, all/every).",
    "keywords": ["knockout", "observableArray"],
    "version": "2.1.1",
    "license": "X11",
    "homepage": "https://github.com/mwiencek/knockout-arraytransforms",
    "repository": {
        "type": "git",
        "url": "https://github.com/mwiencek/knockout-arraytransforms.git"
    },
    "authors": [
        {
            "name": "Michael Wiencek",
            "email": "mwiencek1@gmail.com"
        }
    ],
    "dependencies": {
        "knockout": ">= 3.1.0"
    },
    "ignore": [
        "test",
        "package.json",
        ".gitignore"
    ]
}
