UNPKG

pwabuilder-lib

Version:
84 lines (83 loc) 2.08 kB
{ "name": "pwabuilder-lib", "version": "2.1.12", "description": "PWA Builder Core Library", "repository": { "type": "git", "url": "https://github.com/manifoldjs/manifoldjs-lib.git" }, "engines": { "node": ">=0.12.0" }, "engine-strict": true, "author": { "name": "TBD", "email": "TBD", "url": "TBD" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/manifoldjs/manifoldjs-lib/blob/master/LICENSE.txt" } ], "keywords": [ "convert manifest", "manifest", "W3C", "Manifold", "ManifoldJS" ], "dependencies": { "adm-zip": "^0.4.11", "ansi": "^0.3.1", "async": "^2.6.1", "cheerio": "^1.0.0-rc.2", "expect": "^23.6.0", "file-type": "^10.0.0", "image-size": "^0.6.3", "image-type": "^3.0.0", "jimp": "^0.5.4", "langdetect": "^0.2.1", "lodash": "^4.17.11", "loglevel": "^1.6.1", "mime-types": "^2.1.20", "mkdirp": "^0.5.1", "ncp": "^2.0.0", "pwabuilder-serviceworkers": "^2.1.1", "q": "^1.5.1", "request": "^2.88.0", "semver": "^5.6.0", "strip-combining-marks": "^1.0.0", "tld-extract": "^1.0.1", "tv4": "^1.3.0", "valid-url": "^1.0.9", "xregexp": "^4.2.0" }, "devDependencies": { "blanket": "1.1.6", "grunt": "^1.0.3", "grunt-cli": "^1.3.2", "grunt-contrib-jshint": "^2.0.0", "grunt-contrib-nodeunit": "^2.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-mocha-test": "^0.12.7", "jshint-stylish": "^1.0.0", "jshint-teamcity": "^1.0.6", "load-grunt-tasks": "^4.0.0", "mocha": "^5.2.0", "mocha-teamcity-reporter": "0.0.4", "should": "^5.0.1", "time-grunt": "^1.0.0", "travis-cov": "^0.2.5" }, "scripts": { "test": "grunt", "debug-tests": "mocha test/**/*.js --debug-brk" }, "bugs": { "url": "https://github.com/manifoldjs/manifoldjs-lib/issues" }, "homepage": "https://github.com/manifoldjs/manifoldjs-lib" }