desktop-environment/package.json
Jackson Delahunt d8dc2223ba shell
2019-01-11 13:31:01 +11:00

14 lines
470 B
JSON

{
"author": "Jackson Delahunt <jackson@stemn.com>",
"description": "Desktop Development Environment",
"license": "MIT",
"name": "development-environment",
"private": false,
"repository": "http://github.com/sabrehagen/development-environment",
"scripts": {
"build": "docker build -t sabrehagen/development-environment:latest .",
"push": "docker push sabrehagen/development-environment:latest",
"shell": "sh shell.sh"
},
"version": "1.0.0"
}