]> git.lizzy.rs Git - badapple.git/blob - package.json
Initial commit
[badapple.git] / package.json
1 {
2   "name": "badapple",
3   "version": "1.0.0",
4   "description": "generate bad apple braille frames",
5   "main": "init.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git+https://github.com/EliasFleckenstein03/badapple.git"
12   },
13   "author": "EliasFleckenstein03",
14   "license": "GPL-3.0-or-later",
15   "bugs": {
16     "url": "https://github.com/EliasFleckenstein03/badapple/issues"
17   },
18   "homepage": "https://github.com/EliasFleckenstein03/badapple#readme",
19   "dependencies": {
20     "ffmpeg-extract-frames": "^2.0.2",
21     "image-size": "^1.0.1",
22     "seurat": "^0.0.4"
23   }
24 }