TTS Framework - JavaScript assets.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
tts_js/package.json

22 lines
492 B

{
"name": "tts_js",
"version": "1.0.0",
"description": "TTS Framework JavaScript Assets.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Robert Strutts",
"license": "MIT",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0"
},
"overrides": {
"chokidar":"3.5.3",
"glob-parent":"6.0.2"
}
}