{ "name": "stargazer", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "npm run downloadClientLibrary", "downloadClientLibrary": "download --out vendors https://lab.las3.de/gitlab/eye-tracking-classroom/gaze-client.js/raw/master/build/gazeclient.js", "start": "http-server -o" }, "author": "Alexander Bazo ", "license": "MIT", "dependencies": { "download-cli": "^1.1.1", "http-server": "^0.11.1" } }