forked from gpac/mp4box.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "mp4box",
"version": "0.3.15",
"description": "JavaScript version of GPAC's MP4Box tool",
"keywords": [
"mp4",
"HTML 5 media",
"Media Source Extension",
"streaming"
],
"homepage": "https://github.com/gpac/mp4box.js",
"main": "dist/mp4box.all.js",
"repository": {
"type": "git",
"url": "git://github.com/gpac/mp4box.js.git"
},
"bugs": {
"url": "https://github.com/gpac/mp4box.js/issues"
},
"author": {
"name": "Cyril Concolato",
"email": "[email protected]",
"url": "http://concolato.wp.mines-telecom.fr/"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "https://github.com/gpac/mp4box.js/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.11.0",
"karma": "^0.12.35",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-qunit": "^0.1.4",
"qunitjs": "^1.15.0"
},
"scripts": {
"test": "grunt --verbose"
}
}