sw-delta
Version:
A browser cache that only downloads the diff of modified files
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "sw-delta",
"version": "0.1.0",
"description": "A browser cache that only downloads the diff of modified files",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/unit --reporter spec",
"lint": "jshint index.js ./lib/*.js ./test/benchmark/*.js ./test/unit/*.js",
"compile-demo": "browserify -r ./demo/client/standalone-sw.js:sw-delta --standalone worker > ./demo/client/build/sw-delta.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmetais/sw-delta.git"
},
"keywords": [
"serviceWorkers",
"performance",
"webperf",
"incremental",
"delta",
"versionning"
],
"author": "Gaël Métais",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/gmetais/sw-delta/issues"
},
"homepage": "https://github.com/gmetais/sw-delta#readme",
"dependencies": {
"calmcard": "0.1.1"
},
"devDependencies": {
"browserify": "13.0.1",
"chai": "3.2.0",
"compression": "1.6.2",
"express": "4.14.0",
"jshint": "2.9.2",
"mocha": "2.3.0",
"q": "1.4.1",
"sw-delta-nodejs": "0.0.*"
}
}