runway-video/package.json
DJP 76bcaccf46 Initial commit: Runway Gen4 Web App
- Complete web application for video generation using Runway Gen4 API
- Frontend: HTML5, CSS3, JavaScript with Tailwind CSS styling
- Backend: PHP API integration with async job processing
- Features: Image upload, drag & drop, progress tracking, dark mode
- Supports multiple aspect ratios, duration settings, and seed control
- Fixed MAMP compatibility issues with backend file access
- Comprehensive documentation and troubleshooting guide

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 14:37:07 -04:00

18 lines
469 B
JSON

{
"name": "runway-video",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-css": "tailwindcss -i ./src/input.css -o ./public/css/tailwind.css --watch",
"build": "tailwindcss -i ./src/input.css -o ./public/css/tailwind.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"tailwindcss": "^4.1.10"
}
}