sync/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

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",
2015-09-23 05:08:46 +00:00
"version": "3.10.0",
2014-01-22 05:29:26 +00:00
"repository": {
"url": "http://github.com/calzoneman/sync"
},
"license": "MIT",
2014-01-22 05:29:26 +00:00
"dependencies": {
"babel": "^5.8.23",
2015-09-23 05:08:46 +00:00
"bcrypt": "^0.8.5",
"body-parser": "^1.14.0",
"cheerio": "^0.19.0",
"compression": "^1.5.2",
"cookie-parser": "^1.4.0",
"csrf": "^3.0.0",
"cytube-mediaquery": "git://github.com/CyTube/mediaquery",
2015-09-23 05:08:46 +00:00
"cytubefilters": "git://github.com/calzoneman/cytubefilters#095b7956",
"express": "^4.13.3",
"express-minify": "^0.1.6",
"graceful-fs": "^4.1.2",
2015-02-23 00:15:22 +00:00
"http-errors": "^1.3.1",
2015-09-23 05:08:46 +00:00
"jade": "^1.11.0",
2015-01-27 06:12:40 +00:00
"json-typecheck": "^0.1.3",
2015-09-23 05:08:46 +00:00
"morgan": "^1.6.1",
"mysql": "^2.9.0",
"nodemailer": "^1.4.0",
2014-08-19 05:46:30 +00:00
"oauth": "^0.9.12",
2015-09-23 05:08:46 +00:00
"q": "^1.4.1",
"sanitize-html": "git://github.com/calzoneman/sanitize-html",
2015-09-23 05:08:46 +00:00
"serve-static": "^1.10.0",
"socket.io": "^1.3.7",
"source-map-support": "^0.3.2",
"status-message-polyfill": "calzoneman/status-message-polyfill",
"yamljs": "^0.1.6"
2015-04-24 02:19:55 +00:00
},
"scripts": {
"build-player": "$npm_node_execpath build-player.js",
"build-server": "babel --source-maps --out-dir lib/ src/",
"postinstall": "./postinstall.sh",
"server-dev": "babel --watch --source-maps --out-dir lib/ src/"
2015-04-24 02:19:55 +00:00
},
"devDependencies": {
"coffee-script": "^1.9.2"
2014-01-22 05:29:26 +00:00
}
2013-04-14 23:16:48 +00:00
}