mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "epubjs",
|
|
"version": "0.3.0",
|
|
"description": "Render Epubs",
|
|
"main": "src/epub.js",
|
|
"repository": "https://github.com/futurepress/epub.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
|
|
"start": "webpack-dev-server --inline --hot",
|
|
"build": "./node_modules/.bin/gulp minify"
|
|
},
|
|
"author": "fchasen@gmail.com",
|
|
"license": "BSD-2-Clause",
|
|
"devDependencies": {
|
|
"colors": "^1.1.2",
|
|
"connect": "^3.0.1",
|
|
"express": "^4.5.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-concat": "^2.3.4",
|
|
"gulp-connect": "~3.1.1",
|
|
"gulp-documentation": "fchasen/gulp-documentation",
|
|
"gulp-jshint": "^2.0.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-size": "^2.0.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.5.3",
|
|
"gulp-util": "^3.0.0",
|
|
"jquery": "^2.1.4",
|
|
"jshint": "^2.9.3",
|
|
"karma": "^1.3.0",
|
|
"karma-mocha": "^1.2.0",
|
|
"karma-mocha-reporter": "^2.2.0",
|
|
"karma-phantomjs-launcher": "^1.0.2",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.8.0",
|
|
"mocha": "^3.1.2",
|
|
"mocha-loader": "^1.0.0",
|
|
"morgan": "^1.1.1",
|
|
"optimist": "^0.6.1",
|
|
"path-webpack": "^0.0.2",
|
|
"portfinder": "^1.0.2",
|
|
"raw-loader": "^0.5.1",
|
|
"serve-static": "^1.3.1",
|
|
"uglify": "^0.1.5",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"webpack": "^v2.1.0-beta.25",
|
|
"webpack-dev-middleware": "^1.8.4",
|
|
"webpack-dev-server": "^v2.1.0-beta.10"
|
|
},
|
|
"dependencies": {
|
|
"es6-promise": "^4.0.5",
|
|
"event-emitter": "^0.3.4",
|
|
"js-polyfills": "^0.1.27",
|
|
"jszip": "^3.1.1",
|
|
"xmldom": "^0.1.22"
|
|
}
|
|
}
|