37 lines
894 B
JSON
37 lines
894 B
JSON
{
|
|
"name": "mopidy",
|
|
"version": "0.2.0",
|
|
"description": "Client lib for controlling a Mopidy music server over a WebSocket",
|
|
"homepage": "http://www.mopidy.com/",
|
|
"author": {
|
|
"name": "Stein Magnus Jodal",
|
|
"email": "stein.magnus@jodal.no",
|
|
"url": "http://www.jodal.no"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mopidy/mopidy.git"
|
|
},
|
|
"main": "src/mopidy.js",
|
|
"dependencies": {
|
|
"bane": "~1.1.0",
|
|
"faye-websocket": "~0.7.2",
|
|
"when": "~2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"buster": "~0.7.13",
|
|
"grunt": "~0.4.5",
|
|
"grunt-buster": "~0.3.1",
|
|
"grunt-browserify": "~1.3.2",
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
"grunt-contrib-uglify": "~0.2.7",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"phantomjs": "~1.9.7-8"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"build": "grunt build",
|
|
"start": "grunt watch"
|
|
}
|
|
}
|