Provide hosts and siblings container as environment settings and add npm run start script

This commit is contained in:
James Allen
2017-12-29 08:08:19 +00:00
parent 6d42e18088
commit f58ef67875
2 changed files with 18 additions and 12 deletions

View File

@@ -6,6 +6,10 @@
"type": "git",
"url": "https://github.com/sharelatex/clsi-sharelatex.git"
},
"scripts": {
"compile:app": "coffee -o app/js -c app/coffee && coffee -c app.coffee",
"start": "npm run compile:app && node app.js"
},
"author": "James Allen <james@sharelatex.com>",
"dependencies": {
"async": "0.2.9",