UNPKG

swordjs

Version:

swordjs - access modules from crosswire.org/sword in JS

53 lines (52 loc) 1.32 kB
{ "name": "swordjs", "version": "0.1.7", "description": "swordjs - access modules from crosswire.org/sword in JS", "main": "scripts/sword.js", "repository": { "type": "git", "url": "https://github.com/zefanja/swordjs" }, "scripts": { "start": "webpack-dev-server --hot --progress --colors", "build": "webpack --progress --colors --config webpack.config.production.js" }, "keywords": [ "gulp", "swordjs", "browserify" ], "author": "zefanja", "license": "GPLv3", "bugs": { "url": "https://github.com/zefanja/swordjs/issues" }, "homepage": "https://github.com/zefanja/swordjs", "dependencies": { "object-assign": "~2.0.0", "jszip": "~2.4.0", "async": "~0.9.0", "idb-wrapper": "~1.4.1", "pako": "~0.2.5", "sax": "~0.6.1" }, "devDependencies": { "browser-sync": "^1.6.2", "browserify": "^6.2.0", "del": "^0.1.3", "exports-loader": "^0.6.2", "gulp": "^3.8.9", "gulp-autoprefixer": "1.0.1", "gulp-changed": "^1.0.0", "gulp-concat": "~2.4.2", "gulp-csso": "^0.2.9", "gulp-notify": "^2.0.0", "gulp-uglify": "^1.0.1", "json-loader": "^0.5.1", "superagent": "^0.20.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.0.0", "watchify": "^2.1.0", "webpack": "^1.7.3" } }