forked from Dash-Industry-Forum/dash.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "dashjs",
"version": "2.6.8",
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
"main": "build/es5/index.js",
"types": "build/typings/index.d.ts",
"scripts": {
"build": "grunt",
"debug-mocha": "iron-node node_modules/mocha/bin/_mocha --require mochahook",
"test": "mocha test/unit --require mochahook",
"test-functional": "node node_modules/intern/runner.js config=test/functional/testsCommon.js browsers=$BROWSER selenium=remote app=remote_all && node node_modules/intern/runner.js config=test/functional/testsCommon.js browsers=$BROWSER selenium=remote app=remote_mss",
"dev": "grunt watch:dev",
"prepublish": "grunt githooks",
"prepublishOnly": "grunt prepublish",
"debug": "iron-mocha --require mochahook",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --require mochahook -- test/"
},
"devDependencies": {
"babel": "^5.3.1",
"babelify": "^6.1.0",
"browserify-derequire": "^0.9.4",
"bs-html-injector": "^3.0.3",
"bundle-collapser": "^1.2.1",
"chai": "^3.4.1",
"chai-spies": "^0.7.1",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^4.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exorcise": "^2.1.0",
"grunt-ftp-push": "^1.2.1",
"grunt-githash": "^0.1.3",
"grunt-githooks": "^0.5.0",
"grunt-jscs": "^2.5.0",
"grunt-jsdoc": "^0.6.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-string-replace": "^1.3.1",
"ink-docstrap": "^1.1.1",
"intern": "^3.2.3",
"iron-mocha": "^1.0.3",
"iron-node": "^3.0.15",
"istanbul": "^0.4.1",
"jsdoc": "^3.4.0",
"jsdom": "^11.5.1",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"time-grunt": "^1.2.0",
"uglify-js": "^2.4.21"
},
"dependencies": {
"codem-isoboxer": "0.3.5",
"fast-deep-equal": "1.1.0",
"imsc": "^1.0.1-rc.1",
"round10": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Dash-Industry-Forum/dash.js.git"
},
"author": "Dash Industry Forum",
"license": "BSD-3-Clause"
}