forked from websemantics/vimeo-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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": "[email protected]",
"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"
}