mirror of https://github.com/calzoneman/sync.git
85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"author": "Calvin Montgomery",
|
|
"name": "CyTube",
|
|
"description": "Online media synchronizer and chat",
|
|
"version": "3.70.4",
|
|
"repository": {
|
|
"url": "http://github.com/calzoneman/sync"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@calzoneman/express-babel-decorators": "^1.0.0",
|
|
"@calzoneman/jsli": "^2.0.1",
|
|
"bcrypt": "^3.0.6",
|
|
"bluebird": "^3.5.1",
|
|
"body-parser": "^1.18.2",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"clone": "^2.1.1",
|
|
"compression": "^1.5.2",
|
|
"cookie-parser": "^1.4.0",
|
|
"create-error": "^0.3.1",
|
|
"csrf": "^3.0.0",
|
|
"cytube-mediaquery": "git://github.com/CyTube/mediaquery",
|
|
"cytubefilters": "git://github.com/calzoneman/cytubefilters.git#c6df180eeb226eaffc7909cf047d3667dc58ef67",
|
|
"express": "^4.16.2",
|
|
"express-minify": "^1.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"json-typecheck": "^0.1.3",
|
|
"knex": "^0.20.3",
|
|
"lodash": "^4.17.5",
|
|
"morgan": "^1.6.1",
|
|
"mysql": "^2.9.0",
|
|
"nodemailer": "^6.2.1",
|
|
"prom-client": "^10.0.2",
|
|
"proxy-addr": "^2.0.2",
|
|
"pug": "^2.0.0-beta3",
|
|
"redis": "^2.4.2",
|
|
"sanitize-html": "^1.14.1",
|
|
"serve-static": "^1.13.2",
|
|
"socket.io": "^2.0.3",
|
|
"source-map-support": "^0.5.3",
|
|
"sprintf-js": "^1.0.3",
|
|
"toml": "^2.3.0",
|
|
"uuid": "^3.2.1",
|
|
"yamljs": "^0.2.8"
|
|
},
|
|
"scripts": {
|
|
"build-player": "./bin/build-player.js",
|
|
"build-server": "babel -D --source-maps --out-dir lib/ src/",
|
|
"flow": "flow",
|
|
"lint": "eslint src",
|
|
"pretest": "npm run lint",
|
|
"postinstall": "./postinstall.sh",
|
|
"server-dev": "babel -D --watch --source-maps --verbose --out-dir lib/ src/",
|
|
"generate-userscript": "$npm_node_execpath gdrive-userscript/generate-userscript $@ > www/js/cytube-google-drive.user.js",
|
|
"test": "mocha --recursive --exit test",
|
|
"integration-test": "mocha --recursive --exit integration_test"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-add-module-exports": "^1.0.2",
|
|
"coffeescript": "^1.9.2",
|
|
"eslint": "^5.16.0",
|
|
"mocha": "^6.1.4",
|
|
"sinon": "^7.3.2"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": "10"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"add-module-exports"
|
|
]
|
|
}
|
|
}
|