English_classes/package.json

19 lines
537 B
JSON
Raw Permalink Normal View History

{
"name": "projet_lulu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2019-10-07 10:32:22 +02:00
"prebuild": "mkdir images/ 2>/dev/null; true",
2019-09-23 14:35:08 +02:00
"build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external",
2019-10-07 10:32:22 +02:00
"postbuild": "cp -n src/lessons.json.example lessons.json ; "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"html-inline": "git+https://github.com/alessioalex/html-inline.git"
}
}