-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "jsvpx",
"version": "0.0.4",
"keywords": [
"webm",
"vp8",
"vp9",
"ogv.js"
],
"description": "Javascript implementation of libvpx",
"scripts": {
"build": "webpack",
"build-benchmark": "USE_BENCHMARK=true webpack",
"test": "mocha test/test.js --timeout 20000"
},
"author": "Brian Parra",
"contributors": [
"Brion Vibber <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/jscodec/jsvpx.git"
},
"devDependencies": {
"babel-cli": "6.10.1",
"babel-preset-es2015": "6.9.0",
"browserify": "^13.0.1",
"browserify-shim": "^3.5.0",
"envify": "3.4.1",
"gentelella": "^1.3.0",
"js-md5": "^0.4.1",
"jsivf": "^0.0.2",
"mocha": "^3.1.2",
"ogv": "^1.3.0",
"qunitjs": "^2.1.1",
"uglify-js": "2.7.0",
"webpack": "^1.13.3",
"webpack-closure-compiler": "^2.1.3",
"benchmark": "^2.1.3",
"microtime": "2.1.2",
"lodash" : "4.17.4"
},
"main": "builds/jsvpx.js",
"license": "MIT"
}