English_classes/package.json
Geoff Montel d0a1d5760f Working version with boundling.
Awaiting Webpack
2019-09-23 14:25:29 +02:00

17 lines
419 B
JSON

{
"name": "projet_lulu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"html-inline": "git+https://github.com/alessioalex/html-inline.git"
}
}