forked from gpac/mp4box.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "mp4box",
"version": "0.1.0",
"description": "JavaScript version of GPAC's MP4Box tool",
"keywords": [
"mp4",
"MSE",
"streaming"
],
"homepage": "https://github.com/gpac/mp4box.js",
"main": "src/mp4box.js",
"repository": {
"type": "git",
"url": "https://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-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",
"qunitjs": "^1.15.0"
},
"scripts": {
"test": "grunt --verbose"
}
}