13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"name": "yogastic",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build.docker.image": "cd environment/dev/docker/yogastic/scripts && bash build.docker.build.sh"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|