mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
ab4f2210d1
* Add the API documentation * Apply fixes from StyleCI (#871)
12 lines
No EOL
218 B
JSON
12 lines
No EOL
218 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp watch"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"laravel-elixir": "^5.0.0",
|
|
"laravel-elixir-stylus": "^1.0.1"
|
|
}
|
|
} |