groovebasin/package.json
2012-10-23 00:09:14 -04:00

47 lines
1.1 KiB
JSON

{
"name": "groovebasin",
"description": "No-nonsense music client and daemon based on mpd",
"author": "Andrew Kelley <superjoe30@gmail.com>",
"version": "0.2.1",
"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",
"lastfm": "~0.8.1",
"zipstream": "~0.2.1",
"express": "~3.0.0rc5",
"temp": "~0.4.0",
"naught": "~0.2.2",
"async": "~0.1.22",
"superagent": "~0.9.5",
"mkdirp": "~0.3.4",
"mv": "~0.0.3",
"findit": "~0.1.2"
},
"devDependencies": {
"handlebars": "~1.0.7",
"stylus": "~0.29.0",
"node-dev": "~0.2.8",
"jspackage": "~0.4.9",
"watch": "~0.5.1",
"coco": "~0.8.2"
},
"scripts": {
"start": "naught start lib/server.js",
"stop": "naught stop",
"reload": "naught deploy",
"build": "npm install && coke build",
"dev": "npm install && coke dev"
}
}