UNPKG

infuze-ebook

Version:

Interactive eBook UI including navigation, quiz loading, sidebar menu

55 lines 1.5 kB
{ "name": "infuze-ebook", "version": "1.0.35", "description": "Interactive eBook UI including navigation, quiz loading, sidebar menu", "main": "./build/js/app.js", "scripts": { "start": "webpack-dev-server --mode development --config=config/webpack.dev.js", "build": "webpack --mode production --config=config/webpack.dev.js" }, "files": [ "build" ], "repository": { "type": "git", "url": "git+https://github.com/Infuze/infuze-ebook.git" }, "keywords": [ "Infuze", "eBook" ], "bugs": { "url": "https://github.com/Infuze/infuze-ebook/issues" }, "homepage": "https://github.com/Infuze/infuze-ebook#readme", "author": "Martin Wright", "license": "ISC", "devDependencies": { "babel-core": "^6.7.4", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.5.0", "babel-register": "^6.9.0", "babelify": "^7.3.0", "browser-sync": "^2.12.10", "browserify": "^13.0.1", "critical": "^0.7.2", "eslint": "^0.18.0", "eslint-loader": "^0.9.0", "eslint-plugin-react": "^2.0.2", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-env": "^0.4.0", "gulp-load-plugins": "^1.2.4", "gulp-notify": "^2.2.0", "gulp-sass": "^2.3.1", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.3", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" }, "dependencies": { "cheerio": "^1.0.0-rc.2", "es6-router": "^3.1.6", "pipwerks-scorm-api-wrapper": "^0.1.2" } }