141 lines
3.7 KiB
JSON
141 lines
3.7 KiB
JSON
{
|
|
"author": "Günter Baumgart",
|
|
"name": "net-commander-source",
|
|
"version": "0.4.0",
|
|
"scripts": {
|
|
"install-control-freak": "git-module init-modules --profile=\"control-freak\"",
|
|
"install-default": "git-module init-modules --profile=\"default\" && cd Code/client && git-module init-modules --profile=\"default\""
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "build/electron-template",
|
|
"options": {
|
|
"repository": "https://gitlab.com/xamiro/electron-boilerplate.git",
|
|
"directory": "build/electron-template",
|
|
"profile": "control-freak"
|
|
}
|
|
},
|
|
{
|
|
"name": "Control-Freak-Documentation",
|
|
"options": {
|
|
"repository": "https://github.com/net-commander/net-commander-documentation.git",
|
|
"recursive": true,
|
|
"directory": "Control-Freak-Documentation",
|
|
"profile": "test"
|
|
},
|
|
"clone": {
|
|
"post": {
|
|
"command": "git submodule foreach \"git checkout master\""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Code/client",
|
|
"options": {
|
|
"repository": "https://gitlab.com/xamiro/xjs.git",
|
|
"directory": "Code/client"
|
|
},
|
|
"clone": {
|
|
"post": {
|
|
"command": "npm install"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "dist/web",
|
|
"options": {
|
|
"repository": "https://gitlab.com/xamiro/web-dist.git",
|
|
"directory": "dist/web",
|
|
"profile": "control-freak"
|
|
}
|
|
},
|
|
{
|
|
"name": "dist/windows",
|
|
"options": {
|
|
"repository": "https://github.com/net-commander/windows-dist.git",
|
|
"directory": "dist/windows",
|
|
"profile": "control-freak"
|
|
}
|
|
},
|
|
{
|
|
"name": "dist/linux_64",
|
|
"options": {
|
|
"repository": "https://gitlab.com/xamiro/linux-dist-64.git",
|
|
"directory": "dist/linux_64"
|
|
}
|
|
},
|
|
{
|
|
"name": "dist/linux_32",
|
|
"options": {
|
|
"repository": "https://gitlab.com/xamiro/linux-dist-32.git",
|
|
"directory": "dist/linux_32"
|
|
}
|
|
},
|
|
{
|
|
"name": "dist/osx",
|
|
"options": {
|
|
"repository": "https://github.com/net-commander/osx-dist.git",
|
|
"directory": "dist/osx"
|
|
}
|
|
},
|
|
{
|
|
"name": "server/nodejs",
|
|
"options": {
|
|
"repository": "https://gitlab.com/xamiro/xDojoWatch.git",
|
|
"directory": "server/nodejs",
|
|
"profile": "control-freak",
|
|
"recursive": true
|
|
},
|
|
"clone": {
|
|
"post": {
|
|
"command": "git submodule foreach \"git checkout master\""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "dist/nodejs",
|
|
"options": {
|
|
"repository": "https://github.com/tx4x/control-freak.git",
|
|
"directory": "dist/nodejs",
|
|
"profile": "control-freak",
|
|
"recursive": true
|
|
}
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Günter Baumgart",
|
|
"email": "baumgart.guenter@gmail.com",
|
|
"url": "http://pearls-media.com/control-freak/"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "^3.4.6",
|
|
"control-freak": "^1.0.37",
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-extend-config": "^0.9.5",
|
|
"grunt-git": "^1.0.1",
|
|
"grunt-parallel": "^0.5.1",
|
|
"grunt-promise": "^1.1.1",
|
|
"grunt-shell": "^2.0.0",
|
|
"grunt-ssh": "git+https://github.com/israelroldan/grunt-ssh.git",
|
|
"load-grunt-config": "^0.19.2",
|
|
"recursive-merge": "^1.2.1",
|
|
"request": "^2.76.0",
|
|
"tcp-port-used": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.14.1",
|
|
"eslint-config-google": "^0.7.1"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/net-commander/net-commander/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/net-commander/net-commander/issues"
|
|
}
|