kf-player
Version:
Keyframe player from time stamped data sets
36 lines (35 loc) • 821 B
JSON
{
"name": "kf-player",
"version": "1.0.1",
"description": "Keyframe player from time stamped data sets",
"main": "js/index.js",
"scripts": {
"test": "mocha test",
"coverage": "istanbul cover node_modules/.bin/_mocha -- -- -u exports -R spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knicos/kf-player.git"
},
"keywords": [
"keyframe",
"interpolate",
"animation",
"animate",
"key-frame"
],
"author": "Nicolas Pope",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/knicos/kf-player/issues"
},
"homepage": "https://github.com/knicos/kf-player#readme",
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"dependencies": {
"binarysearch": "^1.0.0"
}
}