mopidy/js/package.json
Paul Connolley 32252cb100 Updated npm version to 0.2.0
After using this in our live mopidy system for the last 2 weeks, I am
quite happy about the stability of the release. I've updated the
package.json file as it makes sense to incorporate this in to my final
commit for issue #609
2014-01-03 11:28:03 +00:00

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.0.0",
"faye-websocket": "~0.7.0",
"when": "~2.7.0"
},
"devDependencies": {
"buster": "~0.6.13",
"grunt": "~0.4.1",
"grunt-buster": "~0.2.1",
"grunt-browserify": "~1.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"phantomjs": "~1.9.2-0"
},
"scripts": {
"test": "grunt test",
"build": "grunt build",
"start": "grunt watch"
}
}