2014-11-30 12:21:03 +00:00
|
|
|
{
|
2014-12-02 18:34:31 +00:00
|
|
|
"name": "match.audio",
|
2014-11-30 12:21:03 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2014-12-01 12:53:23 +00:00
|
|
|
"start": "node ./bin/www",
|
2014-12-11 22:01:58 +00:00
|
|
|
"test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=10000"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "0.10.x"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-12-12 19:31:58 +00:00
|
|
|
"bluebird": "^2.3.11",
|
2014-11-30 12:21:03 +00:00
|
|
|
"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",
|
2014-12-03 23:32:33 +00:00
|
|
|
"helmet": "^0.5.2",
|
2014-11-30 12:21:03 +00:00
|
|
|
"morgan": "~1.3.0",
|
|
|
|
"playmusic": "^1.1.0",
|
2014-12-05 16:26:01 +00:00
|
|
|
"promised-mongo": "^0.11.1",
|
2014-12-04 19:17:41 +00:00
|
|
|
"q": "^1.1.2",
|
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",
|
2014-12-04 15:45:52 +00:00
|
|
|
"spotify": "^0.3.0",
|
2014-12-12 19:31:58 +00:00
|
|
|
"superagent": "^0.21.0",
|
|
|
|
"superagent-bluebird-promise": "^0.5.1"
|
2014-12-01 12:41:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-12-01 12:53:23 +00:00
|
|
|
"should": "^4.3.0",
|
|
|
|
"mocha": "^2.0.1"
|
2014-11-30 12:21:03 +00:00
|
|
|
}
|
|
|
|
}
|