Code source du site TeacherCorner.lamdera.app, contenant une suite d'outils permettant d'automatiser la production de documents pédagogiques.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
TeacherCorner/vendor/elm-zip/package.json

30 lines
637 B

{
"name": "elm-zip",
"version": "3.0.1",
"description": "Read a write ZIP archives without leaving Elm.",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "elm-test",
"review": "elm-review"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agu-z/elm-zip.git"
},
"keywords": [
"elm",
"zip"
],
"author": "Agus Zubiaga <hi@aguz.me>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/agu-z/elm-zip/issues"
},
"homepage": "https://github.com/agu-z/elm-zip#readme",
"devDependencies": {
"elm-review": "^2.7.5"
}
}