removed timestamp and other changes
This commit is contained in:
parent
323f045393
commit
845e87286f
1 changed files with 6 additions and 5 deletions
11
package.json
11
package.json
|
@ -1,20 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "adonis-fullstack-app",
|
"name": "jeff-downloader",
|
||||||
"version": "0.11.3",
|
"version": "0.11.3",
|
||||||
"adonis-version": "4.1.0",
|
"adonis-version": "4.1.0",
|
||||||
"description": "A video downloader based on youtube-dl",
|
"description": "A video downloader based on youtube-dl",
|
||||||
"main": "index.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
"test": "node ace test"
|
"test": "node ace test"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"adonisjs",
|
"adonisjs",
|
||||||
"adonis-app"
|
"adonis-app",
|
||||||
|
"youtubedl",
|
||||||
|
"youtube-dl"
|
||||||
],
|
],
|
||||||
"author": "Loïc Bersier",
|
"author": "Loïc Bersier",
|
||||||
"license": "",
|
"license": "",
|
||||||
"private": true,
|
"private": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@adonisjs/ace": "^5.0.8",
|
"@adonisjs/ace": "^5.0.8",
|
||||||
"@adonisjs/auth": "^3.0.7",
|
"@adonisjs/auth": "^3.0.7",
|
||||||
|
@ -30,7 +32,6 @@
|
||||||
"fluent-ffmpeg": "^2.1.2",
|
"fluent-ffmpeg": "^2.1.2",
|
||||||
"mysql": "^2.17.1",
|
"mysql": "^2.17.1",
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^2.6.0",
|
||||||
"time-stamp": "^2.2.0",
|
|
||||||
"youtube-dl": "^1.13.1"
|
"youtube-dl": "^1.13.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
|
|
Loading…
Reference in a new issue