forked from toolforge/video2commons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 875 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
{
"name": "video2commons",
"version": "1.0.0",
"description": "Transfer video and audio from external sites to Commons. Video2commons is available for everyone (uses OAuth) via Wikimedia Commons.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Toollabs/video2commons.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Toollabs/video2commons/issues"
},
"homepage": "https://github.com/Toollabs/video2commons#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-htmlmin": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2"
},
"dependencies": {
"express": "^4.15.3",
"hiredis": "^0.5.0",
"redis": "^2.7.1",
"request": "^2.81.0",
"socket.io": "^2.0.2"
}
}