2014-11-30 12:21:03 +00:00
|
|
|
{
|
2017-10-23 17:58:23 +01:00
|
|
|
"name": "combine.fm",
|
2014-11-30 12:21:03 +00:00
|
|
|
"version": "0.0.0",
|
2015-08-20 23:22:57 +01:00
|
|
|
"repository": "https://github.com/kudos/match.audio",
|
|
|
|
"license": "MIT",
|
2014-11-30 12:21:03 +00:00
|
|
|
"scripts": {
|
2018-04-13 01:42:16 +01:00
|
|
|
"build": "webpack -p --config webpack.config.js && webpack --config webpack.config.server.js",
|
|
|
|
"start": "node -r @babel/register app.js",
|
|
|
|
"worker": "nodemon -x \"node -r @babel/register\" -e js,vue -i node_modules -i chrome/ worker.js",
|
|
|
|
"test": "mocha -r co-mocha --compilers js:@babel/register test/**/*.js --timeout=15000",
|
2015-06-14 19:22:33 +01:00
|
|
|
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
|
2018-04-13 01:42:16 +01:00
|
|
|
"watch-js": "parallelshell \"webpack -w -d --config webpack.config.js\" \"webpack -w --config webpack.config.server.js\"",
|
|
|
|
"watch-server": "nodemon -x \"node -r @babel/register\" -e js,vue -i node_modules -i chrome/ app.js",
|
2017-10-23 17:58:23 +01:00
|
|
|
"heroku-postbuild": "npm run build",
|
2018-04-13 01:42:16 +01:00
|
|
|
"initdb": "node -r @babel/register test/initdb.js"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-04-13 01:42:16 +01:00
|
|
|
"node": "^9.11.1"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-04-13 01:42:16 +01:00
|
|
|
"@babel/cli": "^7.0.0-beta.44",
|
|
|
|
"@babel/core": "^7.0.0-beta.44",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
|
|
|
|
"@babel/polyfill": "^7.0.0-beta.44",
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.44",
|
|
|
|
"@babel/register": "^7.0.0-beta.44",
|
2018-04-08 16:31:46 +01:00
|
|
|
"amazon-product-api": "^0.4.4",
|
2018-04-13 01:42:16 +01:00
|
|
|
"apple-music-jwt": "^0.2.0",
|
|
|
|
"babel-loader": "^8.0.0-beta.2",
|
2017-10-23 22:47:14 +01:00
|
|
|
"bluebird": "^3.5.1",
|
2018-04-13 01:42:16 +01:00
|
|
|
"bulma": "^0.6.2",
|
2015-07-23 08:51:00 +01:00
|
|
|
"co": "~4.6.0",
|
2018-04-13 01:42:16 +01:00
|
|
|
"css-loader": "^0.28.11",
|
|
|
|
"debug": "^3.1.0",
|
|
|
|
"ejs": "^2.5.8",
|
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
|
|
"file-loader": "^1.1.11",
|
2017-11-12 00:33:56 +00:00
|
|
|
"iso8601-duration": "^1.1.1",
|
2018-04-13 01:42:16 +01:00
|
|
|
"kcors": "^1.3.3",
|
|
|
|
"koa": "^1.6.0",
|
2016-10-03 13:31:29 +01:00
|
|
|
"koa-bodyparser": "^2.2.0",
|
2015-07-23 08:51:00 +01:00
|
|
|
"koa-compress": "~1.0.8",
|
|
|
|
"koa-favicon": "~1.2.0",
|
|
|
|
"koa-file-server": "~2.3.1",
|
2015-07-25 19:55:13 +01:00
|
|
|
"koa-logger": "~1.3.0",
|
2015-11-22 12:37:09 +00:00
|
|
|
"koa-route": "~2.4.2",
|
2016-10-03 13:31:29 +01:00
|
|
|
"koa-static": "^2.0.0",
|
|
|
|
"koa-views": "^4.0.1",
|
|
|
|
"koa-websocket": "^2.1.0",
|
2017-10-23 17:58:23 +01:00
|
|
|
"kue": "^0.11.6",
|
2018-04-13 01:42:16 +01:00
|
|
|
"moment": "^2.22.0",
|
2015-07-23 08:51:00 +01:00
|
|
|
"node-uuid": "~1.4.2",
|
2017-07-20 14:31:07 +01:00
|
|
|
"nodebrainz": "^2.1.1",
|
2018-04-13 01:42:16 +01:00
|
|
|
"pg": "^7.4.1",
|
2017-10-23 23:20:22 +01:00
|
|
|
"playmusic": "^2.3.0",
|
2018-04-13 01:42:16 +01:00
|
|
|
"raven": "^2.5.0",
|
|
|
|
"sequelize": "^4.37.6",
|
|
|
|
"spotify-web-api-node": "^3.0.0",
|
|
|
|
"style-loader": "^0.20.3",
|
|
|
|
"superagent": "^3.8.2",
|
|
|
|
"superagent-bluebird-promise": "^4.2.0",
|
|
|
|
"uglifyjs-webpack-plugin": "^1.2.4",
|
|
|
|
"vue": "^2.5.16",
|
|
|
|
"vue-loader": "^14.2.2",
|
|
|
|
"vue-router": "^2.8.1",
|
|
|
|
"vue-server-renderer": "^2.5.16",
|
|
|
|
"vue-template-compiler": "^2.5.16",
|
|
|
|
"vuex": "^2.5.0",
|
|
|
|
"vuex-router-sync": "^4.3.2",
|
|
|
|
"webpack": "^3.11.0",
|
|
|
|
"webpack-stats-plugin": "^0.2.1"
|
2014-12-01 12:41:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-13 01:42:16 +01:00
|
|
|
"co-mocha": "^1.2.2",
|
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
|
|
"eslint-plugin-import": "^2.11.0",
|
2015-10-26 17:20:32 +00:00
|
|
|
"istanbul": "^0.4.0",
|
2018-04-13 01:42:16 +01:00
|
|
|
"mocha": "^5.0.5",
|
|
|
|
"nodemon": "^1.17.3",
|
2017-10-23 22:47:14 +01:00
|
|
|
"parallelshell": "^3.0.2",
|
2018-04-13 01:42:16 +01:00
|
|
|
"should": "^13.2.1"
|
2014-11-30 12:21:03 +00:00
|
|
|
}
|
|
|
|
}
|