appcache-webpack-plugin
Version:
Generate an HTML5 Application Cache for a Webpack build
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "appcache-webpack-plugin",
"version": "1.4.0",
"author": "Eric Eldredge <lettertwo@gmail.com>",
"description": "Generate an HTML5 Application Cache for a Webpack build",
"main": "./lib/index.js",
"peerDependencies": {
"webpack": ">=0.11 <=4.x.x"
},
"scripts": {
"prepublish": "make build",
"test": "make test"
},
"repository": {
"type": "git",
"url": "http://github.com/lettertwo/appcache-webpack-plugin.git"
},
"keywords": [
"webpack",
"appcache",
"application",
"cache",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lettertwo/appcache-webpack-plugin/issues"
},
"homepage": "https://github.com/lettertwo/appcache-webpack-plugin",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-plugin-espower": "^1.0.0",
"babel-runtime": "^5.8.20",
"eslint": "^1.3.1",
"eslint-plugin-babel": "^2.1.1",
"git-release-notes": "^0.0.2",
"mocha": "^2.3.2",
"mversion": "^1.10.1",
"power-assert": "^1.0.0"
}
}