Remove dependencies to download-cli
Showing
get-gaze-client.js
0 → 100644
This diff is collapsed.
Click to expand it.
... | ... | @@ -5,14 +5,12 @@ |
"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", | ||
"postinstall": "node get-gaze-client.js", | ||
"start": "http-server -o" | ||
}, | ||
"author": "Alexander Bazo <alexanderbazo@googlemail.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"download-cli": "^1.1.1", | ||
"http-server": "^0.11.1" | ||
} | ||
} |
Please
register
or
sign in
to comment