Skip to content

Commit

Permalink
Add missing githook.js to files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jun 25, 2021
1 parent a742347 commit a571523
Showing 1 changed file with 75 additions and 74 deletions.
149 changes: 75 additions & 74 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,77 @@
{
"name": "dashjs",
"version": "4.0.0",
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
"author": "Dash Industry Forum",
"license": "BSD-3-Clause",
"main": "dist/dash.all.debug.js",
"types": "index.d.ts",
"scripts": {
"dev": "tsc && webpack --config build/webpack.dev.js --mode development --watch --progress",
"start": "webpack serve --config build/webpack.dev.js",
"lint": "eslint src/**/*.js test/unit/mocks/*.js test/unit/*.js",
"build": "tsc && rimraf dist && webpack --config build/webpack.prod.js",
"doc": "jsdoc -c build/jsdoc/jsdoc_conf.json -d docs/jsdoc",
"coverage": "nyc --reporter=text --reporter=lcov --reporter=text-summary --report-dir='./coverage' npm run test",
"test": "mocha test/unit --require mochahook",
"test-browserunit": "karma start build/karma.conf.js",
"test-functional": "node test/functional/runTests.js --selenium=remote --app=remote",
"postinstall": "node githook.js",
"prepack": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"babel": "^5.3.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"chai": "^3.4.1",
"chai-spies": "^1.0.0",
"eslint": "^7.23.0",
"eslint-webpack-plugin": "^2.5.3",
"ftp-deploy": "^2.4.1",
"ink-docstrap": "^1.3.2",
"intern": "^4.9.1",
"jsdoc": "^3.6.7",
"jsdom": "^13.2.0",
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"replace-in-file": "^6.2.0",
"rimraf": "^3.0.2",
"sinon": "^7.3.2",
"string-replace-loader": "^3.0.1",
"typescript": "^4.1.5",
"webpack": "^4.44.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"yargs": "16.0.3"
},
"dependencies": {
"codem-isoboxer": "0.3.6",
"es6-promise": "^4.2.8",
"fast-deep-equal": "2.0.1",
"html-entities": "^1.2.1",
"imsc": "^1.0.2",
"localforage": "^1.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Dash-Industry-Forum/dash.js.git"
},
"files": [
"index.d.ts",
"dist",
"doc"
]
"name": "dashjs",
"version": "4.0.1",
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
"author": "Dash Industry Forum",
"license": "BSD-3-Clause",
"main": "dist/dash.all.debug.js",
"types": "index.d.ts",
"scripts": {
"dev": "tsc && webpack --config build/webpack.dev.js --mode development --watch --progress",
"start": "webpack serve --config build/webpack.dev.js",
"lint": "eslint src/**/*.js test/unit/mocks/*.js test/unit/*.js",
"build": "tsc && rimraf dist && webpack --config build/webpack.prod.js",
"doc": "jsdoc -c build/jsdoc/jsdoc_conf.json -d docs/jsdoc",
"coverage": "nyc --reporter=text --reporter=lcov --reporter=text-summary --report-dir='./coverage' npm run test",
"test": "mocha test/unit --require mochahook",
"test-browserunit": "karma start build/karma.conf.js",
"test-functional": "node test/functional/runTests.js --selenium=remote --app=remote",
"postinstall": "node githook.js",
"prepack": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"babel": "^5.3.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"chai": "^3.4.1",
"chai-spies": "^1.0.0",
"eslint": "^7.23.0",
"eslint-webpack-plugin": "^2.5.3",
"ftp-deploy": "^2.4.1",
"ink-docstrap": "^1.3.2",
"intern": "^4.9.1",
"jsdoc": "^3.6.7",
"jsdom": "^13.2.0",
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"replace-in-file": "^6.2.0",
"rimraf": "^3.0.2",
"sinon": "^7.3.2",
"string-replace-loader": "^3.0.1",
"typescript": "^4.1.5",
"webpack": "^4.44.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"yargs": "16.0.3"
},
"dependencies": {
"codem-isoboxer": "0.3.6",
"es6-promise": "^4.2.8",
"fast-deep-equal": "2.0.1",
"html-entities": "^1.2.1",
"imsc": "^1.0.2",
"localforage": "^1.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Dash-Industry-Forum/dash.js.git"
},
"files": [
"githook.js",
"index.d.ts",
"dist",
"doc"
]
}

0 comments on commit a571523

Please sign in to comment.