systemjs-cachebuster
Version:
Patches SystemJS loader with a cache buster query string
23 lines (22 loc) • 509 B
JSON
{
"name": "systemjs-cachebuster-sample",
"version": "1.0.0",
"description": "A sample for SystemJS Cache Buster",
"main": "index.html",
"dependencies": {
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-watch": "^4.3.5",
"open": "0.0.5",
"shelljs": "^0.6.0",
"systemjs": "^0.19.24",
"systemjs-cachebuster": "^1.0.10"
},
"devDependencies": {},
"scripts": {
"postinstall": "node postinstall.js"
},
"repository": {},
"author": "Ori Calvo",
"license": "ISC"
}