UNPKG

wipe-webpack-cache

Version:
52 lines (51 loc) 1.35 kB
{ "name": "wipe-webpack-cache", "version": "2.1.0", "description": "Wipes webpack cache in a controled way.", "main": "lib/index.js", "scripts": { "build": "BABEL_ENV=cjs babel src -d lib", "test": "node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS", "test:dev": "node ./node_modules/karma/bin/karma start --browsers PhantomJS", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/theKashey/wipeWebpackCache" }, "keywords": [ "webpack", "require", "cache", "injection", "test", "mock", "stub" ], "author": "Anton Korzunov", "license": "MIT", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "bundle-loader": "^0.5.2", "chai": "^3.5.0", "karma": "^1.7.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-spec-reporter": "0.0.26", "karma-webpack": "^2.0.4", "mocha": "~3.1", "mocha-loader": "^1.1.0", "phantomjs-polyfill": "0.0.2", "phantomjs-polyfill-object-assign": "0.0.2", "should": "~3.3", "sinon": "~1.9", "webpack": "^3.5.5", "webpack-dev-server": "^2.7.1" }, "dependencies": { "wipe-node-cache": "^2.1.0" } }