-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.03 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
{
"name": "untitled",
"version": "0.0.0",
"private": true,
"typings": "index.d.ts",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@types/bluebird": "^3.5.24",
"@types/jquery": "^2.0.49",
"@types/lodash": "^4.14.116",
"@types/request-promise": "^4.1.42",
"@types/rest": "^1.3.26",
"@types/socket.io": "^1.4.38",
"@types/socket.io-client": "^1.4.32",
"@types/videojs": "0.0.27",
"@types/xml2js": "0.0.27",
"bluebird": "^3.3.4",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.7",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"express": "~4.13.1",
"flv.js": "^1.4.0",
"gulp": "^3.9.1",
"gulp-typescript": "^2.13.6",
"jade": "~1.11.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"morgan": "~1.6.1",
"node-media-server": "^1.1.10",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"videojs-flvjs": "^0.1.3"
}
}