forked from madebyhiro/codem-transcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 737 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 737 Bytes
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
{
"name": "codem-transcode",
"description": "Offline video transcoding using ffmpeg, with a small HTTP API.",
"version": "0.5.1",
"keywords": ["transcoding", "ffmpeg", "video"],
"homepage": "http://www.transcodem.com/",
"repository": {
"type": "git",
"url": "https://github.com/madebyhiro/codem-transcode.git"
},
"bin": { "codem-transcode": "./bin/codem-transcode" },
"engines": {
"node": ">=0.8.11"
},
"dependencies": {
"sequelize": "~1.6.0",
"sqlite3": "~2.1.7",
"mkdirp": "~0.3.4",
"express": "~2.5.11",
"argsparser": "~0.0.6",
"async": "~0.2.9"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/madebyhiro/codem-transcode/blob/master/LICENSE.txt"
}]
}