diff --git a/package.json b/package.json index f273aa26..4017cdb7 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,11 @@ "serve-static": "^1.8.1", "socket.io": "^1.3.5", "yamljs": "^0.1.6" + }, + "scripts": { + "build-player": "$npm_node_execpath build-player.js" + }, + "devDependencies": { + "coffee-script": "^1.9.2" } } diff --git a/player/.gitkeep b/player/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/www/js/player-new.js b/www/js/player-new.js new file mode 100644 index 00000000..b7b2ee82 --- /dev/null +++ b/www/js/player-new.js @@ -0,0 +1,4 @@ +(function() { + + +}).call(this);