doom / package.json
marioboy's picture
init
3c19ee4
raw
history blame contribute delete
277 Bytes
{
"name": "js-dos-template",
"version": "1.0.0",
"description": "js-dos 7.xx template",
"scripts": {
"start": "http-server _site 0.0.0.0 -p 7860",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"http-server": "^0.12.3"
}
}