-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
45
46
47
48
{
"name": "streamy",
"version": "0.1.0",
"description": "## Installation",
"main": "app.js",
"scripts": {
"start": "node --inspect=0.0.0.0 ./bin/www",
"test": "./node_modules/.bin/_mocha --recursive --exit ./tests/*.test.js",
"lint": "eslint src/js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.2",
"await-semaphore": "^0.1.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"busboy": "^0.2.14",
"chai": "^4.2.0",
"connect-busboy": "0.0.2",
"connect-multiparty": "^2.2.0",
"consolidate": "^0.15.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-mysql-session": "^1.3.0",
"express-session": "^1.16.1",
"helmet": "^3.16.0",
"i18n": "^0.8.3",
"js-yaml": "^3.13.1",
"material-icons": "^0.2.3",
"mkdirp": "^0.5.1",
"mocha": "^7.0.0",
"moviedb-promise": "^1.3.2",
"mustache": "^2.3.2",
"mysql": "^2.17.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.88.0",
"shaka-player": "^2.4.7",
"shortid": "^2.2.14",
"socket.io": "^2.2.0",
"ws": "^5.2.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}