54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "groovebasin",
|
|
"description": "Music player server with a web-based interface 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.10.20"
|
|
},
|
|
"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",
|
|
"express": "~3.4.0",
|
|
"superagent": "~0.15.4",
|
|
"mkdirp": "~0.3.5",
|
|
"mv": "~1.0.0",
|
|
"pend": "~1.1.1",
|
|
"zfill": "0.0.1",
|
|
"requireindex": "~1.0.1",
|
|
"mess": "~0.1.1",
|
|
"diacritics": "~1.0.0",
|
|
"groove": "0.0.13",
|
|
"osenv": "0.0.3",
|
|
"level": "~0.16.0",
|
|
"chokidar": "~0.6.3",
|
|
"findit": "~1.1.0",
|
|
"archiver": "~0.4.9",
|
|
"temp": "~0.6.0",
|
|
"uuid": "~1.4.1",
|
|
"music-library-index": "0.0.4",
|
|
"keese": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"handlebars": "1.0.7",
|
|
"stylus": "~0.29.0",
|
|
"node-dev": "~2.0.2",
|
|
"watchify": "~0.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node lib/server.js",
|
|
"build": "npm install && node ./task.js build",
|
|
"dev": "npm install && node ./task.js dev"
|
|
}
|
|
}
|