pdf.js/package.json
Tim van der Meij 95de23e6e3
Update packages
Jasmine had a major version bump and required a few minor changes in our
booting code. Most notably, using `pending` in a `describe` block is no
longer supported, so we can only return early there. On the positive
side, the unit tests now run in a random order by default, which
eliminates any dependencies between unit tests.

Note that upgrading to Webpack 4 is out of scope for this patch since
the bots cannot work well with the newly generated bundles (both
browsers on both bots do not react within 120 seconds). Webpack 4 is not
faster for us than Webpack 3, so for now there is no need to upgrade.
2018-03-25 16:59:50 +02:00

50 lines
1.3 KiB
JSON

{
"name": "pdf.js",
"version": "2.0.0",
"devDependencies": {
"acorn": "^5.5.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-env": "^1.6.1",
"core-js": "^2.5.3",
"escodegen": "^1.9.1",
"eslint": "^4.19.1",
"eslint-plugin-mozilla": "^0.10.0",
"eslint-plugin-no-unsanitized": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-transform": "^3.0.5",
"gulp-zip": "^4.1.0",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"jsdoc": "^3.5.5",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"node-ensure": "^0.0.0",
"rimraf": "^2.6.2",
"streamqueue": "^1.1.2",
"systemjs": "^0.21.0",
"systemjs-plugin-babel": "^0.0.25",
"ttest": "^1.1.0",
"typogr": "^0.6.7",
"uglify-es": "^3.3.9",
"vinyl": "^2.1.0",
"vinyl-fs": "^3.0.2",
"webpack": "^3.11.0",
"webpack-stream": "^4.0.3",
"wintersmith": "^2.4.1",
"yargs": "^11.0.0"
},
"scripts": {
"test": "gulp lint unittestcli externaltest"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
},
"license": "Apache-2.0"
}