-
Notifications
You must be signed in to change notification settings - Fork 334
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "mp4box",
"version": "0.5.3",
"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/"
},
"license": "BSD-3-Clause",
"devDependencies": {
"blanket": "^1.2.3",
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.2",
"grunt-karma-coveralls": "^2.5.4",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^0.1.4",
"qunitjs": "^1.23.0"
},
"scripts": {
"test": "grunt test --verbose"
}
}