{ "name": "my-new-project", "authors": [ "John Doe (http://johndoe.com)" ], "description": "CodeKit automatically generated this file. You should customize it according to: https://github.com/bower/spec/blob/master/json.md", "main": [ "index.html", "main.js" ], "moduleType": [ "amd", "es6", "globals", "node", "yui" ], "keywords": [ "none" ], "license": "MIT", "homepage": "https://google.com", "repository": { "type": "git", "url": "git://github.com/foo/bar.git" }, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "private": true, "dependencies": { "bootstrap": "4.0.0-alpha.6", "jssocials": "^1.4.0", "font-awesome": "^4.7.0", "audiojs": "^1.0.1" }, "resolutions": { "bootstrap": "4.0.0-alpha.6" } }