-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·51 lines (51 loc) · 1.27 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
{
"name": "watson-multimedia-analyzer",
"version": "0.0.6",
"private": true,
"scripts": {
"start": "node app.js | node_modules/.bin/pino ",
"test": "mocha",
"lint": "eslint *.js lib e2etest"
},
"dependencies": {
"archiver": "^1.3.0",
"basic-auth": "^1.0.4",
"body-parser": "^1.15.2",
"cfenv": "1.0.x",
"cloudant": "^1.4.3",
"commander": "^2.9.0",
"connect-multiparty": "2.0.x",
"dotenv": "^4.0.0",
"errorhandler": "^1.5.0",
"eslint": "^3.19.0",
"express": "^4.14.0",
"express-pino-logger": "^2.0.0",
"fluent-ffmpeg": "^2.1.0",
"fs.extra": "^1.3.2",
"html-entities": "^1.2.0",
"method-override": "2.3.x",
"metrics-tracker-client": "*",
"node-ffprobe": "^1.2.2",
"node-uuid": "^1.4.7",
"pino": "^3.1.1",
"request": "^2.79.0",
"tmp": "0.0.31",
"watson-developer-cloud": "^2.32.1",
"xml-parser": "^1.2.1",
"ytdl-core": "^0.7.21"
},
"repository": {},
"engines": {
"node": ">=7"
},
"devDependencies": {
"chai": "^3.5.0",
"supertest": "^2.0.0",
"eslint": "^3.14.1",
"eslint-plugin-node": "^4.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-config-airbnb-es5": "^1.2.0",
"mocha": "^2.4.5"
}
}