{
    "name": "configurator.web",
    "version": "0.0.1",
    "moduleType": [
        "globals"
    ],
    "license": "MIT",
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "test",
        "tests"
    ],
    "dependencies": {
        "jquery": "2.1.4",
        "knockout": "3.3.0",
        "knockout-validation": "2.0.3",
        "lodash": "3.10.1",
        "select2": "4.0.0",
        "moment": "2.12.0",
        "babel-polyfill": "0.0.1"
    },
    "devDependencies": {
        "jasmine-expect": "3.7.0"
    },
    "overrides": {
        "moment": {
            "main": "min/moment-with-locales.min.js"
        }
    }
}
