Initial commit
parents
.eslintrc
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "stop-sagemaker", | |||
"version": "1.0.0", | |||
"description": "Stop SageMaker instances", | |||
"main": "app.js", | |||
"dependencies": { | |||
"aws-sdk": "^2.102.0", | |||
"eslint": "^4.19.1", | |||
"eslint-config-strongloop": "^2.1.0", | |||
"minimist": "^1.2.0" | |||
}, | |||
"devDependencies": {}, | |||
"scripts": { | |||
"pretest": "eslint --ignore-path .gitignore .", | |||
"test": "node -v" | |||
}, | |||
"author": "Erik Schwartz (whatitis)", | |||
"license": "MIT", | |||
"repository": { | |||
"type": "git", | |||
"url": "https://git.iq.it.umich.edu/whatitis/stop-sagemaker.git" | |||
} | |||
} |
settings/demo.json.EXAMPLE
0 → 100644
Please register or sign in to comment