2013-04-14 23:16:48 +00:00
|
|
|
{
|
2014-01-22 05:29:26 +00:00
|
|
|
"author": "Calvin Montgomery",
|
|
|
|
"name": "CyTube",
|
|
|
|
"description": "Online media synchronizer and chat",
|
2022-05-18 04:13:50 +00:00
|
|
|
"version": "3.82.11",
|
2014-01-22 05:29:26 +00:00
|
|
|
"repository": {
|
|
|
|
"url": "http://github.com/calzoneman/sync"
|
|
|
|
},
|
2015-09-21 05:06:53 +00:00
|
|
|
"license": "MIT",
|
2014-01-22 05:29:26 +00:00
|
|
|
"dependencies": {
|
2017-07-09 03:11:54 +00:00
|
|
|
"@calzoneman/jsli": "^2.0.1",
|
2022-04-24 02:41:00 +00:00
|
|
|
"@cytube/mediaquery": "github:CyTube/mediaquery#4f803961d72a4fc7a1e09c0babaf8ea685013b1b",
|
2021-03-22 04:09:45 +00:00
|
|
|
"bcrypt": "^5.0.1",
|
|
|
|
"bluebird": "^3.7.2",
|
|
|
|
"body-parser": "^1.19.0",
|
2021-07-26 03:49:37 +00:00
|
|
|
"cheerio": "^1.0.0-rc.10",
|
2021-03-22 04:09:45 +00:00
|
|
|
"clone": "^2.1.2",
|
|
|
|
"compression": "^1.7.4",
|
|
|
|
"cookie-parser": "^1.4.5",
|
2015-09-25 06:36:05 +00:00
|
|
|
"create-error": "^0.3.1",
|
2021-03-22 04:09:45 +00:00
|
|
|
"csrf": "^3.1.0",
|
2020-10-23 20:46:10 +00:00
|
|
|
"cytubefilters": "github:calzoneman/cytubefilters#c67b2dab2dc5cc5ed11018819f71273d0f8a1bf5",
|
2021-03-22 04:09:45 +00:00
|
|
|
"express": "^4.17.1",
|
2018-02-16 03:58:33 +00:00
|
|
|
"express-minify": "^1.0.0",
|
2015-01-27 06:12:40 +00:00
|
|
|
"json-typecheck": "^0.1.3",
|
2021-03-22 04:40:32 +00:00
|
|
|
"knex": "^0.95.2",
|
2021-03-22 04:09:45 +00:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"morgan": "^1.10.0",
|
2021-03-22 04:40:32 +00:00
|
|
|
"mysql": "^2.18.1",
|
2022-04-03 16:39:15 +00:00
|
|
|
"nodemailer": "^6.6.1",
|
2021-03-22 04:45:35 +00:00
|
|
|
"prom-client": "^13.1.0",
|
2021-03-22 04:09:45 +00:00
|
|
|
"proxy-addr": "^2.0.6",
|
|
|
|
"pug": "^3.0.2",
|
2021-04-27 18:43:55 +00:00
|
|
|
"redis": "^3.1.1",
|
2022-04-24 02:36:51 +00:00
|
|
|
"sanitize-html": "^2.7.0",
|
2021-03-22 04:09:45 +00:00
|
|
|
"serve-static": "^1.14.1",
|
2022-04-24 02:36:51 +00:00
|
|
|
"socket.io": "^4.5.0",
|
2021-03-22 04:09:45 +00:00
|
|
|
"source-map-support": "^0.5.19",
|
|
|
|
"toml": "^3.0.0",
|
2021-03-22 04:37:15 +00:00
|
|
|
"uuid": "^8.3.2",
|
2016-11-03 05:55:14 +00:00
|
|
|
"yamljs": "^0.2.8"
|
2015-04-24 02:19:55 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-01-07 23:42:08 +00:00
|
|
|
"build-player": "./bin/build-player.js",
|
2019-12-02 00:04:16 +00:00
|
|
|
"build-server": "babel -D --source-maps --out-dir lib/ src/",
|
2017-04-05 06:02:31 +00:00
|
|
|
"flow": "flow",
|
2018-04-07 22:30:30 +00:00
|
|
|
"lint": "eslint src",
|
|
|
|
"pretest": "npm run lint",
|
2015-09-22 04:25:54 +00:00
|
|
|
"postinstall": "./postinstall.sh",
|
2019-12-02 00:04:16 +00:00
|
|
|
"server-dev": "babel -D --watch --source-maps --verbose --out-dir lib/ src/",
|
2017-01-06 04:58:07 +00:00
|
|
|
"generate-userscript": "$npm_node_execpath gdrive-userscript/generate-userscript $@ > www/js/cytube-google-drive.user.js",
|
2018-06-04 04:55:41 +00:00
|
|
|
"test": "mocha --recursive --exit test",
|
|
|
|
"integration-test": "mocha --recursive --exit integration_test"
|
2015-04-24 02:19:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-14 03:19:28 +00:00
|
|
|
"@babel/cli": "^7.15.7",
|
|
|
|
"@babel/core": "^7.15.8",
|
|
|
|
"@babel/eslint-parser": "^7.15.8",
|
|
|
|
"@babel/preset-env": "^7.15.8",
|
2021-04-04 21:22:39 +00:00
|
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
2018-01-07 23:42:08 +00:00
|
|
|
"coffeescript": "^1.9.2",
|
2021-10-14 03:19:28 +00:00
|
|
|
"eslint": "^7.32.0",
|
2022-01-23 00:18:51 +00:00
|
|
|
"eslint-plugin-no-jquery": "^2.7.0",
|
2022-04-24 02:36:51 +00:00
|
|
|
"mocha": "^9.2.2",
|
2021-04-04 21:22:39 +00:00
|
|
|
"sinon": "^10.0.0"
|
2016-09-19 05:08:43 +00:00
|
|
|
},
|
|
|
|
"babel": {
|
|
|
|
"presets": [
|
|
|
|
[
|
2019-04-28 18:18:04 +00:00
|
|
|
"@babel/env",
|
2016-09-19 05:08:43 +00:00
|
|
|
{
|
2017-06-21 06:16:33 +00:00
|
|
|
"targets": {
|
2020-08-22 03:47:01 +00:00
|
|
|
"node": "12"
|
2017-06-21 06:16:33 +00:00
|
|
|
}
|
2016-09-19 05:08:43 +00:00
|
|
|
}
|
2017-06-21 06:16:33 +00:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"plugins": [
|
2019-04-28 18:18:04 +00:00
|
|
|
"add-module-exports"
|
2016-09-19 05:08:43 +00:00
|
|
|
]
|
2014-01-22 05:29:26 +00:00
|
|
|
}
|
2013-04-14 23:16:48 +00:00
|
|
|
}
|