pixi-tweener
Version:
Simple tweener for pixi.js, with promises
37 lines (36 loc) • 740 B
JSON
{
"name": "pixi-tweener",
"version": "0.12.2",
"description": "Simple tweener for pixi.js, with promises",
"main": "dist/pixi-tweener.js",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"pixi.js": "^5.3.7",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0"
},
"keywords": [
"pixi",
"tween",
"tweener",
"async",
"promise"
],
"repository": {
"type": "git",
"url": "https://github.com/theGolyo/PixiTweener.git"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "webpack",
"test": "jest"
},
"author": "theGolyo",
"license": "MIT"
}