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