{
    "name": "<%= name %>",
    "version": "<%= version %>",
    "description": "<%= description %>",<% if (username) { %>
    "homepage": "https://github.com/<%= username %>/<%= name %>",<% } %>
    "main": "dist/<%= projectLib %>.js",
    "author": {
        "name": "<%= author %>",
        "email": "<%= email %>"<% if (username) { %>,
        "url": "https://github.com/<%= username %>"<% } %>
    },
    "license": "<%= license %>",
    "dependencies": {
        "angular": "~1.6.6",
        "jquery": "~3.2.1"
    },
    "devDependencies": {
        "angular-mocks": "~1.6.6",
        "chai": "^4.1.2",
        "coveralls": "^3.0.0",
        "del": "^3.0.0",
        "gulp": "^3.9.0",
        "gulp-ajslib": "^1.4.0",
        "gulp-jshint": "^2.0.4",
        "gulp-ngdocs-components": "^0.1.4",
        "gulp-order": "^1.1.1",
        "jshint": "^2.9.5",
        "karma": "^1.7.1",
        "karma-bro": "^0.11.1",
        "karma-chai": "^0.1.0",
        "karma-coverage": "^1.1.1",
        "karma-istanbul": "^0.0.2",
        "karma-junit-reporter": "^1.2.0",
        "karma-mocha": "^1.3.0",
        "karma-mocha-reporter": "^2.2.5",
        "karma-phantomjs-launcher": "^1.0.4",
        "karma-sinon": "^1.0.5",
        "mocha": "^4.0.1",
        "run-sequence": "^2.2.0",
        "sinon": "^4.1.2"
    },
    "scripts": {
        "docs": "gulp docs",
        "clean": "gulp clean",
        "compile": "gulp dist",
        "test": "gulp test",
        "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
    }
}
