-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 890 Bytes
/
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
35
36
{
"name": "vimeo-upload",
"version": "2.0.1",
"description": "Upload videos by chunk to your Vimeo account and update their metadata directly from a browser or a Node.js app.",
"main": "",
"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",
"chunk",
"typescript"
],
"devDependencies": {
"awesome-typescript-loader": "^3.1.2",
"typescript": "^2.2.2",
"webpack": "^3.3.0"
},
"author": "Adnan M.Sagar, PhD.",
"contributors": [
{"name": "Kevin Faulhaber",
"email": "[email protected]",
"url": "https://github.com/rugdealer"
}
],
"license": "Apache 2.0"
}