-
Notifications
You must be signed in to change notification settings - Fork 630
/
package.json
35 lines (35 loc) · 1015 Bytes
/
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
{
"name": "video-maker",
"version": "1.0.0",
"description": "Projeto open source para fazer vídeos automatizados",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "nodemon .",
"build-win": "pkg -t node8-win index.js",
"build-mac": "pkg -t node8-macos-x64 index.js"
},
"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"
},
"devDependencies": {
"pkg": "^4.3.7"
}
}