{ "name": "jibo-anim-db-animations", "version": "18.2.0", "description": "", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "electron scripts/build-anim-db", "build:debug": "npm run build -- --debug", "build:force": "npm run build -- --force" }, "jibo": { "type": "asset-pack", "display-name": "AnimationDatabase" }, "dependencies": { "async": "^2.5.0", "chalk": "^1.1.3", "csv-parse": "^1.2.1", "ffprobe": "^1.1.0", "ffprobe-static": "^2.0.0", "md5-file": "^3.1.1", "minimist": "^1.2.0", "rimraf": "^2.6.1", "wav-file-info": "0.0.8" }, "repository": { "type": "git", "url": "git@github.jibo.com:CharacterAI/jibo-anim-db-animations.git" }, "author": "Siggi Orn ", "license": "ISC", "pre-commit": [ "test" ], "devDependencies": { "clp": "^4.0.4", "electron-prebuilt": "1.0.1", "express": "^4.15.0", "glob": "^7.0.5", "gulp": "^3.9.1", "image-size": "^0.5.1", "jibo": "^12.0.0", "jibo-anim-db": "^4.0.0", "jibo-anim-db-ui": "^1.0.0", "jibo-cai-utils": "^3.0.0", "jibo-dev": "^4.0.0", "jibo-gulp": "^1.6.0", "jibo-keyframes": "^3.0.0", "lodash": "^4.16.6", "mkdirp": "^0.5.1" } }