combine.fm/package.json

26 lines
506 B
JSON
Raw Normal View History

2014-11-30 12:21:03 +00:00
{
"name": "unify.audio",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"body-parser": "~1.8.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"ejs": "~0.8.5",
"express": "~4.9.0",
"express-session": "^1.9.2",
"morgan": "~1.3.0",
"playmusic": "^1.1.0",
2014-12-01 11:53:25 +00:00
"rdio": "^1.5.2",
2014-11-30 12:21:03 +00:00
"serve-favicon": "~2.1.3",
"spotify": "^0.3.0"
}
}