forked from Dash-Industry-Forum/dash.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 808 Bytes
/
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
{
"name": "dashjs",
"version": "1.5.1",
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
"main": "dist/dash.all.js",
"scripts": {
"test": "npm install && grunt",
"postinstall": "grunt uglify"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jasmine": "~0.8.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsdoc": "~0.6.4",
"grunt-template-jasmine-istanbul": "=0.3.0",
"jasmine-sinon": "~0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Dash-Industry-Forum/dash.js.git"
},
"author": "Dash Industry Forum",
"license": "BSD-3-Clause"
}