2 "author": "Calvin Montgomery",
4 "description": "Online media synchronizer and chat",
7 "url": "http://github.com/calzoneman/sync"
11 "@calzoneman/express-babel-decorators": "^1.0.0",
12 "@calzoneman/jsli": "^2.0.1",
15 "body-parser": "^1.18.2",
16 "cheerio": "^1.0.0-rc.2",
18 "compression": "^1.5.2",
19 "cookie-parser": "^1.4.0",
20 "create-error": "^0.3.1",
22 "cytube-mediaquery": "git://github.com/CyTube/mediaquery",
23 "cytubefilters": "git://github.com/calzoneman/cytubefilters.git#ffdbce83c6cf806f9ae0983cc735230fefcfdb5a",
25 "express-minify": "^1.0.0",
26 "graceful-fs": "^4.1.2",
27 "json-typecheck": "^0.1.3",
32 "nodemailer": "^4.4.2",
33 "prom-client": "^10.0.2",
34 "proxy-addr": "^2.0.2",
35 "pug": "^2.0.0-beta3",
37 "sanitize-html": "^1.14.1",
38 "serve-static": "^1.13.2",
39 "socket.io": "^2.0.3",
40 "source-map-support": "^0.5.3",
41 "sprintf-js": "^1.0.3",
47 "build-player": "./bin/build-player.js",
48 "build-server": "babel -D --source-maps --loose es6.destructuring,es6.forOf --out-dir lib/ src/",
51 "pretest": "npm run lint",
52 "postinstall": "./postinstall.sh",
53 "server-dev": "babel -D --watch --source-maps --loose es6.destructuring,es6.forOf --out-dir lib/ src/",
54 "generate-userscript": "$npm_node_execpath gdrive-userscript/generate-userscript $@ > www/js/cytube-google-drive.user.js",
55 "test": "mocha --recursive --exit test",
56 "integration-test": "mocha --recursive --exit integration_test"
59 "babel-cli": "^6.26.0",
60 "babel-core": "^6.26.3",
61 "babel-eslint": "^8.2.2",
62 "babel-plugin-add-module-exports": "^0.2.1",
63 "babel-plugin-transform-decorators-legacy": "^1.3.4",
64 "babel-preset-env": "^1.5.2",
65 "coffeescript": "^1.9.2",
83 "transform-decorators-legacy"