UNPKG

vimeo-upload

Version:

Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app.

35 lines (34 loc) 1.32 kB
{ "name": "vimeo-upload", "version": "0.1.6", "description": "Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app.", "main": "vimeo-upload.js", "homepage": "https://github.com/websemantics/vimeo-upload#readme", "repository" : { "type" : "git", "url" : "websemantics/vimeo-upload.git" }, "bugs": { "url": "https://github.com/websemantics/vimeo-upload/issues" }, "keywords": [ "vimeo", "video", "upload", "node", "browser" ], "deploy": { "name": "iAyeBot", "email": "iayebot@websemantics.ca", "dist": "dist", "message": "Deploy to gh-pages" }, "scripts": { "deploy": "cd $npm_package_deploy_dist && git push --force --quiet \"https://${GH_TOKEN}@${GH_REF}\" master:gh-pages > /dev/null 2>&1 ", "predeploy": "mkdir -p ${npm_package_deploy_dist} && npm run copy -s&& cd $npm_package_deploy_dist && git init && git config user.name $npm_package_deploy_name && git config user.email $npm_package_deploy_email && git add -A . && git commit -am \"$npm_package_deploy_message\" ", "copy": "cp -r ./img $npm_package_deploy_dist && cp ./index.html $npm_package_deploy_dist && cp ./vimeo-upload.js $npm_package_deploy_dist " }, "author": "Adnan M.Sagar, PhD.", "license": "Apache 2.0" }