22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"name": "jibo-keyframes",
|
|
"version": "0.4.5",
|
|
"description": "APIs for runtime keyframe to animation genration",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
},
|
|
"author": "Avida Michaud",
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"color-space": "1.1.2",
|
|
"eases": "^1.0.6",
|
|
"fs-extra": "^0.18.2",
|
|
"fs-plus": "^2.7.1",
|
|
"lodash": "^3.8.0",
|
|
"semver": "^5.0.3",
|
|
"three": "^0.71.0",
|
|
"uuid": "^2.0.1"
|
|
}
|
|
} |