{
    "name": "<%= project %>",
    "version": "0.0.0",
    "description": "<%= resource %> api",
    "main": "index.js",
    "scripts": {"start": "node index.js"},
    "repository": {
        "type": "git",
        "url": "<%= giturl %>"
    },
    "license": "MIT",
    "dependencies": {
        "boom": "^2.7.1",
        "hapi": "^8.4.0",
        "hapi-swagger": "^0.7.3",
        <%if (userabbitmq) { %>"hapi-rabbit": "^0.0.4",<% } %>
        "joi": "^6.4.1",
        "lodash": "^3.8.0",
        "mongoose": "^4.0.3",
        "good": "^6.1.2",
        "good-console": "^5.0.0",
        "halacious": "^3.1.3 "
    },
    "devDependencies": {
        "chai": "^2.3.0",
        "grunt": "^0.4.5",
        "grunt-contrib-jshint": "^0.11.2",
        "grunt-contrib-watch": "~0.6.1",
        "grunt-cucumber": "^0.3.0",
        "grunt-exec": "^0.4.6",
        "grunt-includes": "~0.5.1",
        "grunt-mocha-cov": "^0.4.0",
        "grunt-mocha-istanbul": "^2.4.0",
        "grunt-mocha-test": "^0.12.7",
        "grunt-sonar-runner": "^2.4.3",
        "istanbul": "^0.3.14",
        "matchdep": "^0.3.0",
        "mocha": "^2.2.5",
        "supertest": "^1.0.1",
        "sinon": "^1.14.1",
        "sinon-chai": "^2.7.0"
    }
}
