UNPKG

@deg-skeletor/plugin-workbox

Version:

A Skeletor plugin to configure and generate service workers.

41 lines (40 loc) 969 B
{ "name": "@deg-skeletor/plugin-workbox", "version": "1.0.0", "description": "A Skeletor plugin to configure and generate service workers.", "main": "index.js", "scripts": { "test": "jest", "lint": "eslint index.js" }, "author": "Anna Scheuler <scheul93@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/deg-skeletor/skeletor-plugin-workbox.git" }, "peerDependencies": { "@deg-skeletor/core": "^1.0.0" }, "devDependencies": { "eslint": "^4.17.0", "jest": "^22.2.1" }, "publishConfig": { "access": "public" }, "keywords": [ "skeletor", "skeletor-plugin", "workbox" ], "dependencies": { "workbox-build": "^3.6.3" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/" ], "testURL": "http://localhost" } }