generator-data-science
Version:
A generator to set-up a standardized project structure for any Data Science project.
35 lines (34 loc) • 901 B
JSON
{
"name": "generator-data-science",
"version": "0.1.0",
"description": "A generator to set-up a standardized project structure for any Data Science project.",
"files": [
"generators"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FutureFacts/generator-data-science.git"
},
"keywords": [
"Generator",
"Data",
"Science",
"Future Facts",
"yeoman-generator"
],
"author": "Floris Hoogenboom (floris.hoogenboom@futurefacts.nl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FutureFacts/generator-data-science/issues"
},
"homepage": "https://github.com/FutureFacts/generator-data-science#readme",
"dependencies": {
"chalk": "^2.4.1",
"generator-git-init": "^1.1.3",
"yeoman-generator": "^2.0.4",
"yosay": "^2.0.2"
}
}