{ "name": "jibo-anim-db", "version": "7.0.4", "description": "Provides query abstraction over a library of animations", "main": "lib/jibo-anim-db.js", "typings": "dts/main.d.ts", "scripts": { "build": "gulp debug && yarn dts", "build:release": "gulp && yarn dts", "dts": "gulp dts", "clean": "gulp clean-all", "coverage:check": "istanbul check-coverage --statements 10 --branches 0 --functions 0 --lines 10", "coverage:report": "istanbul report && open coverage/lcov-report/index.html", "coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json -b /packages", "watch": "gulp watch", "test:debug": "yarn test --debug", "test": "gulp test && istanbul report && yarn coverage:check", "test:report": "gulp test-report", "docs": "gulp docs", "docs:public": "gulp docs-public" }, "monorailConfig": {}, "engines": { "node": ">=6.0" }, "dependencies": { "animation-utilities": "^6.0.0", "jibo-cai-utils": "^7.0.0", "jibo-common-types": "^6.0.0", "jibo-expression-client": "^6.0.0", "jibo-keyframes": "^6.0.0", "jibo-log": "^6.0.0", "json-stable-stringify": "^1.0.1", "semver-utils": "^1.1.1" }, "devDependencies": { "@types/node": "6.0.94", "gulp": "^3.9.1", "istanbul": "^0.4.5", "jibo-gulp": "^9.0.0", "jibo-loader": "^7.0.0" }, "files": [ "lib", "dts" ], "repository": { "type": "git", "url": "git@github.jibo.com:sdk/sdk.git" }, "author": "Siggi Orn ", "license": "UNLICENSED", "distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION", "copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved", "publishConfig": { "registry": "http://npm.jibo.media.mit.edu:8081/repository/private/" } }