pdf.js/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2013-02-02 01:36:58 +09:00
{
"name": "pdf.js",
2017-10-28 02:51:15 +09:00
"version": "2.0.0",
"devDependencies": {
2019-02-18 00:44:36 +09:00
"@babel/core": "^7.3.3",
2018-12-23 00:00:53 +09:00
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
2019-02-18 00:44:36 +09:00
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.3.1",
"acorn": "^6.1.0",
"autoprefixer": "^9.4.7",
2019-01-05 22:27:47 +09:00
"babel-loader": "^8.0.5",
"canvas": "^2.3.1",
2019-02-18 00:44:36 +09:00
"core-js": "^2.6.5",
2018-08-06 04:20:37 +09:00
"escodegen": "^1.11.0",
2019-02-18 00:44:36 +09:00
"eslint": "^5.14.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mozilla": "^1.1.1",
2018-05-20 21:21:08 +09:00
"eslint-plugin-no-unsanitized": "^3.0.2",
2019-02-18 00:44:36 +09:00
"eslint-plugin-unicorn": "^7.1.0",
2018-12-23 00:00:53 +09:00
"fancy-log": "^1.3.3",
2019-02-18 00:44:36 +09:00
"globals": "^11.11.0",
"gulp": "^4.0.0",
2018-12-23 00:00:53 +09:00
"gulp-postcss": "^8.0.0",
2018-08-06 04:20:37 +09:00
"gulp-rename": "^1.4.0",
2018-05-20 21:21:08 +09:00
"gulp-replace": "^1.0.0",
"gulp-transform": "^3.0.5",
2018-08-06 04:20:37 +09:00
"gulp-zip": "^4.2.0",
2018-12-23 00:00:53 +09:00
"jasmine": "^3.3.1",
2018-11-18 05:32:10 +09:00
"jasmine-core": "^3.3.0",
"jsdoc": "^3.5.5",
"jstransformer-markdown-it": "^2.1.0",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"node-ensure": "^0.0.0",
2019-01-05 22:27:47 +09:00
"rimraf": "^2.6.3",
"streamqueue": "^1.1.2",
2019-01-21 00:34:24 +09:00
"systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25",
2019-02-18 00:44:36 +09:00
"terser": "^3.16.1",
2018-12-23 00:00:53 +09:00
"ttest": "^2.0.0",
2018-07-01 03:39:31 +09:00
"typogr": "^0.6.8",
"vinyl": "^2.2.0",
2018-05-20 21:21:08 +09:00
"vinyl-fs": "^3.0.3",
"webpack": "4.21.0",
"webpack-stream": "^4.0.3",
2018-11-25 05:00:22 +09:00
"wintersmith": "^2.5.0",
2018-07-01 03:39:31 +09:00
"yargs": "^11.1.0"
},
2013-02-02 01:36:58 +09:00
"scripts": {
"test": "env SKIP_BABEL=true gulp lint unittestcli externaltest"
2013-02-02 01:36:58 +09:00
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
2013-03-27 17:16:40 +09:00
},
"license": "Apache-2.0"
2013-02-02 01:36:58 +09:00
}