-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 864 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
{
"name": "sketch",
"version": "1.0.0",
"description": "forresto's code sketchbook, canvas, paper, coffee, svg...",
"main": "index.js",
"scripts": {
"test": "echo 'nah'",
"png": "coffee flyover-png.node.coffee",
"gif": "convert -delay 1x24 -loop 0 output/fly*.png output/fly.gif",
"giff": "ffmpeg -i output/fly%02d.png output/fly.gif",
"mp4": "ffmpeg -framerate 30 -i output/fly%02d.png -y -s:v 720x720 -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p output/fly.mp4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forresto/sketch.git"
},
"author": "Forrest Oliphant",
"license": "MIT",
"bugs": {
"url": "https://github.com/forresto/sketch/issues"
},
"homepage": "https://github.com/forresto/sketch#readme",
"dependencies": {
"canvas": "^1.6.2",
"pad-left": "^2.1.0"
}
}