{ "name": "%service_name%", "description": "%service_description%", "version": "%repo_version%", "author": { "name": "%author_name%", "email": "" }, "repository": { "type": "git", "url": "%repo_location%" }, "engines": { "node": "*" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "0.4.5", "grunt-contrib-jshint": "1.1.0", "grunt-jsdoc": "2.1.0", "grunt-contrib-clean": "1.0.0", "grunt-mocha-test": "0.13.2", "grunt-env": "0.4.4", "grunt-istanbul": "0.7.2", "grunt-coveralls": "1.0.1", "grunt-soajs": "*", "jshint": "2.9.4", "lodash": "4.17.4", "mocha": "3.2.0", "request": "2.79.0", "shelljs": "0.7.5" }, "dependencies": { "soajs.composer": "*" } }