-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.7 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
44
45
{
"name": "gp-module-polyfills",
"version": "1.0.4",
"description": "",
"homepage": "https://github.com/GrabarzUndPartner/gp-module-polyfills#readme",
"bugs": {
"url": "https://github.com/GrabarzUndPartner/gp-module-polyfills/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"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/GrabarzUndPartner/gp-module-polyfills.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": {}
}