I am learning Cocos2d-JS to develop web-based games with Javascript. In Cocos2d-JS there is project.json file which defines game configuration.
Is it possible to place this file in another location than the directory containing index.html or main.js and if so, where and how should I define the new path?