-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.74 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "gp-module-ui-link",
"version": "1.0.1",
"description": "",
"homepage": "https://github.com/GrabarzUndPartner/gp-module-ui-link#readme",
"bugs": {
"url": "https://github.com/GrabarzUndPartner/gp-module-ui-link/issues"
},
"license": "GNU GPLv3",
"author": "Grabarz & Partner Werbeagentur GmbH",
"contributors": [{
"name": "Stephan Gerbeth",
"email": "stephan.gerbeth@grabarzundpartner.de"
}, {
"name": "Thorn Walli",
"email": "thorn.walli@grabarzundpartner.de"
}, {
"name": "Boris Horn",
"email": "boris.horn@grabarzundpartner.de"
}, {
"name": "Jan Szidat",
"email": "jan.szidat@grabarzundpartner.de"
}, {
"name": "Fabian Werner",
"email": "fabian.werner@grabarzundpartner.de"
}],
"repository": {
"type": "git",
"url": "git+https://github.com/GrabarzUndPartner/gp-module-ui-link.git"
},
"main": "default.js",
"scripts": {
"install": "node ./install.js",
"build": "MODULE_DEV=true NODE_ENV=build node node_modules/gulp/bin/gulp build --serverConfig=/env/config/hapi/config --gulpTaskConfig=/env/config/",
"dev": "MODULE_DEV=true NODE_ENV=development node node_modules/gulp/bin/gulp run --serverConfig=/env/config/hapi/config --gulpTaskConfig=/env/config/ --server=gp-boilerplate-webserver",
"dev-ip": "MODULE_DEV=true NODE_ENV=development node node_modules/gulp/bin/gulp run --serverConfig=/env/config/hapi/config --gulpTaskConfig=/env/config/ --server=gp-boilerplate-webserver --ip=true",
"prod": "MODULE_DEV=true NODE_ENV=production node node_modules/gulp/bin/gulp run --serverConfig=/env/config/hapi/config --gulpTaskConfig=/env/config/ --server=gp-boilerplate-webserver"
},
"devDependencies": {
"gp-boilerplate": "4.0.0"
},
"dependencies": {}
}