Files
Zos/Skills/@be/node_modules/jibo-keyframes/package.json

52 lines
1.5 KiB
JSON

{
"name": "jibo-keyframes",
"version": "5.0.6",
"description": "Runtime APIs for keyframe to animation generation",
"main": "lib/jibo-keyframes.js",
"scripts": {
"test": "gulp test && istanbul report && yarn coverage:check",
"test:report": "gulp test-report",
"build": "gulp debug",
"build:release": "gulp",
"watch": "gulp watch",
"clean": "gulp clean-all",
"coverage:check": "istanbul check-coverage --statements 20 --branches 10 --functions 10 --lines 20",
"coverage:report": "istanbul report && open coverage/lcov-report/index.html",
"coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json --useAbsolutePaths'"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"publishConfig": {
"registry": "http://npm.jibo.com:8080"
},
"author": "Avida Michaud",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
"engines": {
"node": ">=6.0"
},
"dependencies": {
"color-space": "1.1.2",
"eases": "^1.0.6",
"jibo-plugins": "^4.0.0",
"lodash": "^4.17.2",
"object-hash": "1.2.0",
"semver": "^5.0.3",
"uuid": "^3.0.1"
},
"files": [
"lib"
],
"devDependencies": {
"@types/node": "6.0.94",
"@types/fs-extra": "^4.0.0",
"fs-extra": "^4.0.0",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jibo-gulp": "^8.0.0",
"should": "^10.0.0"
}
}