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