16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "mopidy",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"buster": "*",
|
|
"grunt": "*",
|
|
"grunt-buster": "*",
|
|
"phantomjs": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"build": "grunt build",
|
|
"watch": "grunt watch"
|
|
}
|
|
}
|