steal-cache-bust
Version:
A cache busting extension for StealJS
32 lines (31 loc) • 706 B
JSON
{
"name": "steal-cache-bust",
"version": "0.2.1",
"description": "A cache busting extension for StealJS",
"main": "cache-bust.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/testee test/test.html --browsers firefox"
},
"repository": {
"type": "git",
"url": "https://github.com/stealjs/cache-bust.git"
},
"keywords": [
"StealJS",
"SystemJS"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/stealjs/cache-bust/issues"
},
"homepage": "https://github.com/stealjs/cache-bust",
"devDependencies": {
"steal": "^0.13.0-pre.0",
"steal-qunit": "^0.1.0",
"testee": "^0.2.0"
}
}