-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "turbo-potato",
"version": "0.0.1",
"description": "A minimal web frontend for youtube",
"main": "server/index.js",
"dependencies": {
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"sequelize": "^4.41.2",
"sequelize-cli": "^5.3.0",
"sqlite3": "^4.0.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"morgan": "^1.9.1",
"nodemon": "^1.18.9",
"rimraf": "^2.6.3"
},
"scripts": {
"start": "node server",
"dev": "NODE_ENV=development nodemon server --watch server --exec babel-node --",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyjuststart/turbo-potato.git"
},
"keywords": [
"nodejs",
"youtube-dl",
"frontend"
],
"author": "heyjuststart",
"license": "MIT",
"bugs": {
"url": "https://github.com/heyjuststart/turbo-potato/issues"
},
"homepage": "https://github.com/heyjuststart/turbo-potato#readme"
}