mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
15 lines
260 B
JSON
15 lines
260 B
JSON
{
|
|
"description": "Plain JS modules in a browser.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "npm run serve",
|
|
"serve": "five-server ."
|
|
},
|
|
"dependencies": {
|
|
"@tweenjs/tween.js": "file:../../../"
|
|
},
|
|
"devDependencies": {
|
|
"five-server": "^0.3.2"
|
|
}
|
|
}
|