2024-09-12 21:55:22 +00:00
|
|
|
{
|
|
|
|
"name": "dragonroll",
|
2024-10-05 10:58:07 +00:00
|
|
|
"version": "1.0.1",
|
2024-09-12 21:55:22 +00:00
|
|
|
"description": "Vtt",
|
|
|
|
"main": "prebuild.js",
|
|
|
|
"scripts": {
|
2024-10-05 10:57:47 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"generate-docs": "npx jsdoc -c jsdoc.json"
|
2024-09-12 21:55:22 +00:00
|
|
|
},
|
|
|
|
"author": "Aran Roig",
|
2024-09-24 17:48:35 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"motion": "^10.18.0"
|
2024-10-05 10:57:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"clean-jsdoc-theme": "^4.3.0",
|
|
|
|
"jsdoc": "^4.0.3"
|
2024-09-24 17:48:35 +00:00
|
|
|
}
|
2024-09-12 21:55:22 +00:00
|
|
|
}
|