-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 858 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
{
"name": "interpolate-sw-plugin",
"version": "2.1.0",
"description": "Interpolate cache version string and webpack asset list into your service worker.",
"main": "index.js",
"scripts": {
"release": "standard-version",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manu-garcia/interpolate-sw-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"interpolate",
"service",
"worker"
],
"author": "Manu Garcia <[email protected]> (https://manugarciamartin.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/manu-garcia/interpolate-sw-plugin/issues"
},
"homepage": "https://github.com/manu-garcia/interpolate-sw-plugin#readme",
"devDependencies": {
"jasmine": "^2.8.0",
"standard-version": "^4.2.0"
},
"dependencies": {}
}