pdf.js/package.json

52 lines
1.3 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": {
2018-05-20 21:21:08 +09:00
"acorn": "^5.6.1",
"autoprefixer": "^8.6.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
2018-05-20 21:21:08 +09:00
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-env": "^1.7.0",
"core-js": "^2.5.7",
"escodegen": "^1.9.1",
"eslint": "^4.19.1",
2018-05-20 21:21:08 +09:00
"eslint-plugin-mozilla": "^0.13.0",
"eslint-plugin-no-unsanitized": "^3.0.2",
"fancy-log": "^1.3.2",
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-05-20 21:21:08 +09:00
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"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",
2018-05-20 21:21:08 +09:00
"systemjs": "^0.21.4",
"systemjs-plugin-babel": "^0.0.25",
"ttest": "^1.1.0",
"typogr": "^0.6.7",
"uglify-es": "^3.3.9",
"vinyl": "^2.1.0",
2018-05-20 21:21:08 +09:00
"vinyl-fs": "^3.0.3",
2018-05-20 22:18:43 +09:00
"webpack": "^4.10.2",
"webpack-stream": "^4.0.3",
"wintersmith": "^2.4.1",
"yargs": "^11.0.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
}