-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.45 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "kapture-server",
"version": "4.4.0",
"main": "app/app.js",
"scripts": {
"dist": "node app/app.js",
"start": "gulp",
"nodemon": "nodemon app/app.js"
},
"dependencies": {
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"config": "^3.0.1",
"cors": "^2.8.5",
"datejs": "0.0.2",
"debug": "^4.1.1",
"dotenv": "^16.0.3",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-winston": "^4.2.0",
"lodash": "^4.17.13",
"method-override": "^3.0.0",
"node-persist": "^2.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sanitize-filename": "^1.6.1",
"swagger-routes": "^1.7.0",
"thepiratebay": "^1.4.7",
"torrent-search-api": "^2.1.4",
"winston": "^3.8.2",
"winston-express": "^0.1.1",
"xml2json-light": "^1.0.6",
"xmldom": "^0.1.27",
"xpath": "0.0.27",
"yamljs": "^0.3.0",
"youtube-dl": "^1.12.2",
"youtube-sdk": "^0.2.0",
"youtube-search": "^1.1.4"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-live-server": "0.0.31",
"gulp-run": "^1.7.1",
"gulp-watch": "^5.0.1",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"nodemon": "^2.0.20",
"regexp-quote": "0.0.0",
"requirejs": "^2.3.6",
"supertest": "^3.4.2",
"time-grunt": "^2.0.0"
},
"engines": {
"node": ">=7.0.0"
},
"private": true
}