21 lines
432 B
JSON
21 lines
432 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|