{
    "name": "<%- appName %>",
    "version": "0.0.0",
    "dependencies": {},
    "scripts": {
        "test": "gulp test"
    },
    "devDependencies": {
        "estraverse": "~4.1.0",
        "gulp": "~3.9.0",
        "gulp-autoprefixer": "~3.0.2",
        "gulp-angular-templatecache": "~1.8.0",
        "del": "~2.0.2",
        "lodash": "~3.10.1",
        "gulp-minify-css": "~1.2.1",
        "gulp-filter": "~3.0.1",
        "gulp-flatten": "~0.2.0",
        <% if (imageMin) { -%>
        "gulp-imagemin": "~2.3.0",
        <% } -%>
        "gulp-eslint": "~1.0.0",
        "eslint-plugin-angular": "~0.12.0",
        "gulp-load-plugins": "~0.10.0",
        "gulp-size": "~2.0.0",
        "gulp-uglify": "~1.4.1",
        "gulp-useref": "~3.0.3",
        "gulp-util": "~3.0.6",
        <% if (props.jsPreprocessor.srcExtension !== 'es6' && props.jsPreprocessor.key !== 'typescript') { -%>
        "gulp-ng-annotate": "~1.1.0",
        <% } -%>
        "gulp-replace": "~0.5.4",
        "gulp-rename": "~1.2.2",
        "gulp-rev": "~6.0.1",
        "gulp-rev-replace": "~0.4.2",
        "gulp-minify-html": "~1.0.4",
        "gulp-inject": "~3.0.0",
        "gulp-protractor": "~1.0.0",
        "gulp-sourcemaps": "~1.6.0",
        <% if (props.cssPreprocessor.key === 'node-sass') { -%>
        "gulp-sass": "~2.0.4",
        <% } if (props.cssPreprocessor.key === 'ruby-sass') { -%>
        "gulp-ruby-sass": "~0.7.1",
        <% } if (props.cssPreprocessor.key === 'less') { -%>
        "gulp-less": "~3.0.3",
        <% } if (props.cssPreprocessor.key === 'stylus') { -%>
        "gulp-stylus": "~2.1.0",
        <% } if (props.jsPreprocessor.key === 'coffee') { -%>
        "gulp-coffee": "~2.3.1",
        "gulp-coffeelint": "~0.5.0",
        <% } if (props.jsPreprocessor.srcExtension === 'es6' || props.jsPreprocessor.key === 'typescript') { -%>
        "webpack-stream": "~2.1.1",
        "ng-annotate-loader": "0.0.10",
        <% } if (props.jsPreprocessor.srcExtension === 'es6') { -%>
        "eslint-loader": "~1.1.0",
        <% } if (props.jsPreprocessor.key === 'babel') { -%>
        "babel-core": "~5.8.25",
        "babel-loader": "~5.3.2",
        <% } if (props.jsPreprocessor.key === 'traceur') { -%>
        "traceur-loader": "~0.6.3",
        <% } if (props.jsPreprocessor.key === 'typescript') { -%>
        "typescript": "~1.6.2",
        "awesome-typescript-loader": "~0.14.0",
        "tslint-loader": "~1.0.2",
        "tsd": "~0.6.5",
        <% } else if (props.jsPreprocessor.srcExtension !== 'es6') { -%>
        "gulp-angular-filesort": "~1.1.1",
        <% } if (props.htmlPreprocessor.key !== 'noHtmlPrepro') { -%>
        "gulp-consolidate": "~0.1.2",
        <% } if (props.htmlPreprocessor.key === 'jade') { -%>
        "jade": "~1.11.0",
        <% } if (props.htmlPreprocessor.key === 'haml') { -%>
        "haml": "~0.4.3",
        <% } if (props.htmlPreprocessor.key === 'handlebars') { -%>
        "handlebars": "~4.0.3",
        <% } -%>
        "main-bower-files": "~2.9.0",
        "wiredep": "~2.2.2",
        "karma": "~0.13.10",
        "karma-jasmine": "~0.3.6",
        <% if(props.jsPreprocessor.key === 'traceur') { -%>
        "karma-chrome-launcher": "~0.2.1",
        <% } else { -%>
        "karma-phantomjs-launcher": "~0.2.1",
        "phantomjs": "~1.9.18",
        <% } if (props.jsPreprocessor.srcExtension === 'js' || props.jsPreprocessor.srcExtension === 'coffee') { -%>
        "karma-angular-filesort": "~1.0.0",
        <% } -%>
        "karma-coverage": "~0.5.2",
        "karma-ng-html2js-preprocessor": "~0.2.0",
        "browser-sync": "~2.9.11",
        "browser-sync-spa": "~1.0.3",
        "http-proxy-middleware": "~0.9.0",
        "chalk": "~1.1.1",
        <% if (qrCode) { -%>
        "qrcode-terminal": "~0.10.0",
        <% } -%>
        "uglify-save-license": "~0.4.1",
        "wrench": "~1.5.8",
        "gulp-connect": "^2.2.0",
        "gulp-connect-proxy": "^0.3.1",
        "gulp-csslint": "^0.2.0",
        "karma-chrome-launcher": "^0.2.2",
        "htmlhint-stylish": "^1.0.3",
        "jshint": "^2.8.0",
        "jshint-stylish": "^2.1.0",
        "gulp-htmlhint": "^0.3.0",
        "gulp-htmllint": "0.0.6",
        "gulp-jscs": "^3.0.2",
        "gulp-jshint": "^2.0.0",
        "gulp-scss-lint": "^0.3.8",
        "gulp-shell": "^0.5.1"
    },
    "engines": {
        "node": ">=0.10.0"
    }
}
