mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"description": "Node.js project in CommonJS format, importing Tween in CommonJS format.",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"@tweenjs/tween.js": "file:../../../"
|
|
}
|
|
}
|