-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@deg-skeletor/plugin-workbox",
"version": "1.0.1",
"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": "^24.8.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"skeletor",
"skeletor-plugin",
"workbox"
],
"dependencies": {
"workbox-build": "^3.6.3"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/"
],
"testURL": "http://localhost"
}
}