1 Star 0 Fork 0

hellooooo / epub.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.97 KB
一键复制 编辑 原始数据 按行查看 历史
Fred Chasen 提交于 2019-08-07 21:33 . Version bump to 0.3.85
{
"name": "epubjs",
"version": "0.3.85",
"description": "Parse and Render Epubs",
"main": "lib/index.js",
"module": "src/index.js",
"types": "types/index.d.ts",
"repository": "https://github.com/futurepress/epub.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers ChromeHeadlessNoSandbox",
"documentation": "./node_modules/.bin/gulp docs",
"lint": "./node_modules/.bin/eslint -c .eslintrc.js src; exit 0",
"start": "./node_modules/.bin/webpack-dev-server --inline --d",
"build": "./node_modules/.bin/webpack --progress",
"minify": "NODE_ENV=production npm run build",
"legacy": "LEGACY=true npm run build",
"productionLegacy": "NODE_ENV=production LEGACY=true npm run build",
"compile": "./node_modules/.bin/babel --optional runtime -d lib/ src/",
"watch": "./node_modules/.bin/babel --watch --optional runtime -d lib/ src/",
"serve": "./node_modules/.bin/gulp serve",
"prepare": "npm run compile && npm run build && npm run minify && npm run legacy && npm run productionLegacy"
},
"author": "fchasen@gmail.com",
"license": "BSD-2-Clause",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "^6.24.1",
"babili-webpack-plugin": "0.1.2",
"colors": "^1.3.0",
"connect": "^3.6.6",
"documentation": "^5.5.0",
"eslint": "^4.19.1",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "~5.0.0",
"gulp-documentation": "3.2.1",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jsdoc": "^3.5.5",
"jshint": "^2.9.5",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"mocha": "^3.5.3",
"mocha-loader": "^1.1.3",
"morgan": "^1.9.0",
"optimist": "^0.6.1",
"portfinder": "^1.0.13",
"raw-loader": "^0.5.1",
"serve-static": "^1.13.2",
"tsd-jsdoc": "^2.0.0-beta.6",
"uglify": "^0.1.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2",
"webpack": "^3.12.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-dev-server": "^2.11.2"
},
"dependencies": {
"@types/jszip": "^3.1.4",
"@types/localforage": "0.0.34",
"event-emitter": "^0.3.5",
"jszip": "^3.1.5",
"localforage": "^1.7.2",
"lodash": "^4.17.10",
"marks-pane": "^1.0.9",
"path-webpack": "0.0.3",
"stream-browserify": "^2.0.1",
"url-polyfill": "^1.1.3",
"xmldom": "^0.1.27"
}
}
1
https://gitee.com/kmxcl/epub.js.git
git@gitee.com:kmxcl/epub.js.git
kmxcl
epub.js
epub.js
master

搜索帮助