-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
41
42
43
44
45
46
47
{
"name": "delta-cache-browser",
"version": "0.1.2",
"description": "Service worker that provides worry-free support for HTTP delta caching",
"main": "lib/sw_delta_cache.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js",
"run-demo": "node demo/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmsmacdonald/delta-cache-browser.git"
},
"keywords": [
"encoding",
"diff",
"googlediffjson",
"change",
"caching"
],
"author": "William MacDonald",
"license": "MIT",
"bugs": {
"url": "https://github.com/wmsmacdonald/delta-cache-browser/issues"
},
"homepage": "https://github.com/wmsmacdonald/delta-cache-browser#readme",
"devDependencies": {
"delta-cache": "^0.2.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.9",
"gulp-webpack": "^1.5.0",
"open": "0.0.5",
"pump": "^1.0.1",
"uglify-js-harmony": "^2.6.2",
"vcdiff-decoder": "^0.2.0"
},
"dependencies": {
"lorem-ipsum": "latest",
"vcdiff-decoder": "^0.2.1"
}
}