slovocast/app/package.json

21 lines
432 B
JSON
Raw Normal View History

2024-11-17 02:28:16 +00:00
{
"name": "slovocast",
"version": "1.0.0",
"description": "The Slovocast Podcast Platform Frontend",
"main": "js/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dave Smith-Hayes",
"license": "ISC",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.81.0"
}
}