groovebasin/package.json
Andrew Kelley 64aacb4312 fix playId pausing song
I can't find any more playback bugs :)
2013-09-24 16:45:24 -04:00

52 lines
1.2 KiB
JSON

{
"name": "groovebasin",
"description": "Web-based music server and client inspired by Amarok 1.4",
"author": "Andrew Kelley <superjoe30@gmail.com>",
"version": "0.2.0",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/superjoe30/groovebasin/master/LICENSE"
}
],
"engines": {
"node": "~0.8.2"
},
"repository": {
"type": "git",
"url": "git://github.com/superjoe30/groovebasin.git"
},
"dependencies": {
"socket.io": "~0.9.10",
"socket.io-client": "~0.9.11",
"lastfm": "~0.9.0",
"zipstream": "~0.2.1",
"express": "~3.3.8",
"temp": "~0.5.1",
"superagent": "~0.15.4",
"mkdirp": "~0.3.5",
"mv": "0.0.5",
"pend": "~1.1.1",
"zfill": "0.0.1",
"requireindex": "~1.0.1",
"mess": "~0.1.1",
"diacritics": "~1.0.0",
"groove": "0.0.8",
"osenv": "0.0.3",
"level": "~0.16.0",
"chokidar": "~0.6.3"
},
"devDependencies": {
"handlebars": "1.0.7",
"stylus": "~0.29.0",
"node-dev": "~2.0.2",
"watch": "0.5.1",
"watchify": "~0.1.0",
"browserify": "~2.29.1"
},
"scripts": {
"start": "node lib/server.js",
"build": "npm install && node ./task.js build",
"dev": "npm install && node ./task.js dev"
}
}