-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 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
{
"name": "animate-earth",
"description": "animate the himawari 8 images",
"author": "Dan Delany <[email protected]>",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"scrape": "babel-node scrape.js",
"makevideo": "ffmpeg -framerate 6 -pattern_type glob -i './img/full-disk-true-color/crop1080/*.jpg' -c:v libx264 -r 6 -pix_fmt yuv420p video/crop1080.mp4",
"interpolate": "butterflow -s full,fps=60 -o video/crop1080-60fps.mp4 video/crop1080.mp4"
},
"dependencies": {
"bluebird": "^2.9.34",
"bug-killer": "^4.0.0",
"cheerio": "^0.19.0",
"express": "^4.13.3",
"file-exists": "^0.1.1",
"glob": "^5.0.14",
"googleapis": "^2.1.3",
"jimp": "^0.2.4",
"jsftp": "^1.5.2",
"lien": "0.0.12",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"moment-range": "^2.0.3",
"opn": "^3.0.2",
"queue": "^3.1.0",
"r-json": "^1.0.0",
"request": "^2.61.0",
"shelljs": "^0.5.3",
"sleep": "^3.0.0",
"superagent": "^1.3.0",
"superagent-bluebird-promise": "^2.0.2",
"throttled-request": "^0.1.1",
"youtube-api": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.18",
"babel-preset-es2015": "^6.0.15"
}
}