Skip to content

Commit

Permalink
Merge branch 'puppeteer'
Browse files Browse the repository at this point in the history
Cf. #13
  • Loading branch information
thvitt committed Mar 31, 2020
2 parents d00b46f + baabeeb commit 81ae822
Show file tree
Hide file tree
Showing 7 changed files with 532 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -8,3 +8,5 @@ target
.ipynb_checkpoints
.ropeproject
__pycache__
node
node_modules
317 changes: 317 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions package.json
@@ -0,0 +1,21 @@
{
"name": "faust-gen",
"version": "1.0.0",
"description": "The Faust-Edition web application builds on data that is automatically pre-generated from the original XML files. This project integrates the various generation and upload processes (except for the images, actually).",
"main": "rendersvgs-puppeteer.js",
"dependencies": {
"puppeteer": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faustedition/faust-gen.git"
},
"bugs": {
"url": "https://github.com/faustedition/faust-gen/issues"
},
"homepage": "https://github.com/faustedition/faust-gen#readme"
}

0 comments on commit 81ae822

Please sign in to comment.