pdf.js/package.json

57 lines
1.5 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": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
2018-09-21 22:16:30 +09:00
"acorn": "^5.7.3",
2018-08-06 04:20:37 +09:00
"autoprefixer": "^8.6.5",
"babel-loader": "^8.0.0",
2018-05-20 21:21:08 +09:00
"core-js": "^2.5.7",
2018-08-06 04:20:37 +09:00
"escodegen": "^1.11.0",
2018-11-18 05:32:10 +09:00
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mozilla": "^0.14.0",
2018-05-20 21:21:08 +09:00
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-unicorn": "^4.0.3",
"fancy-log": "^1.3.2",
"globals": "^9.18.0",
2016-03-05 00:36:46 +09:00
"gulp": "^3.9.1",
2018-04-04 07:19:13 +09:00
"gulp-postcss": "^7.0.1",
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-11-18 05:32:10 +09:00
"jasmine": "^3.3.0",
"jasmine-core": "^3.3.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",
2018-09-30 22:45:10 +09:00
"systemjs": "^0.21.5",
"systemjs-plugin-babel": "^0.0.25",
2018-11-23 20:06:07 +09:00
"terser": "^3.10.12",
"ttest": "^1.1.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",
"wintersmith": "^2.4.1",
2018-07-01 03:39:31 +09:00
"yargs": "^11.1.0"
},
2013-02-02 01:36:58 +09:00
"scripts": {
2017-05-04 02:16:37 +09:00
"test": "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
}