forked from filipedeschamps/video-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 771 Bytes
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
{
"name": "video-maker",
"version": "1.0.0",
"description": "Projeto open source para fazer vídeos automatizados",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/filipedeschamps/video-maker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/filipedeschamps/video-maker/issues"
},
"homepage": "https://github.com/filipedeschamps/video-maker#readme",
"dependencies": {
"algorithmia": "^0.3.10",
"express": "^4.16.4",
"gm": "^1.23.1",
"googleapis": "^38.0.0",
"image-downloader": "^3.4.2",
"readline-sync": "^1.4.9",
"sbd": "^1.0.14",
"watson-developer-cloud": "^3.18.2"
}
}