private-bower
Version:
A simple private bower registry
60 lines (59 loc) • 1.59 kB
JSON
{
"registryFile": "./bowerRepository.json",
"timeout": 144000,
"server": {
"port": 5678,
"hostName": null,
"siteBaseURL": null
},
"public": {
"disabled": false,
"registry": "https://registry.bower.io/packages",
"registryFile": "./bowerRepositoryPublic.json",
"whitelist": [],
"blacklist": []
},
"authentication": {
"enabled": false,
"key": "password"
},
"repositoryCache": {
"cachePrivate": false,
"git": {
"enabled": false,
"cacheDirectory": "./gitRepoCache",
"host": "localhost",
"port": 6789,
"protocol": "git",
"publicAccessURL": null,
"refreshDisabled": false,
"refreshTimeout": 10,
"parameters": {
"timeout": 60000,
"max-connections": 100
}
},
"svn": {
"enabled": false,
"cacheDirectory": "./svnRepoCache",
"host": "localhost",
"port": 7891,
"protocol": "svn",
"publicAccessURL": null,
"refreshDisabled": false,
"refreshTimeout": 10
}
},
"proxySettings" : {
"enabled": false,
"host": "proxy",
"username": "name",
"password" : "pass",
"port": 8080,
"tunnel": false
},
"log4js" : {
"enabled": false,
"configPath" : "log4js.conf.json"
}
}