webpack-bundle-analyzer-sunburst
Version:
Webpack plugin and CLI utility that represents bundle content either as an interactive zoomable treemap or a sunburst chart
90 lines (89 loc) • 2.42 kB
JSON
{
"name": "webpack-bundle-analyzer-sunburst",
"version": "1.3.0",
"description": "Webpack plugin and CLI utility that represents bundle content either as an interactive zoomable treemap or a sunburst chart",
"author": "Paul Bouchon <paul@paulbouchon.net>",
"license": "MIT",
"homepage": "https://github.com/bitpshr/webpack-bundle-analyzer",
"changelog": "https://github.com/bitpshr/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
"bugs": {
"url": "https://github.com/bitpshr/webpack-bundle-analyzer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitpshr/webpack-bundle-analyzer.git"
},
"main": "lib/index.js",
"bin": "lib/bin/analyzer.js",
"engines": {
"node": ">= 0.10"
},
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"publish": "npm run build && npm test && npm publish",
"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
},
"files": [
"public",
"lib",
"src",
"views"
],
"dependencies": {
"acorn": "^4.0.3",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"filesize": "^3.3.0",
"gzip-size": "^3.0.0",
"lodash": "^4.17.2",
"mkdirp": "^0.5.1",
"opener": "^1.4.2"
},
"devDependencies": {
"babel-core": "6.18.2",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.8",
"babel-plugin-transform-react-jsx": "6.8.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-stage-2": "6.18.0",
"chai": "3.5.0",
"chai-subset": "1.3.0",
"classnames": "2.2.5",
"css-loader": "0.26.0",
"d3": "3.5.17",
"del": "2.2.2",
"eslint": "3.10.2",
"eslint-plugin-react": "6.7.1",
"exports-loader": "0.6.3",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-plumber": "1.1.0",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.11",
"mocha": "3.2.0",
"nightmare": "2.8.1",
"preact": "6.4.0",
"sinon": "1.17.6",
"stream-combiner2": "1.1.1",
"style-loader": "0.13.1",
"webpack": "2.1.0-beta.27"
},
"keywords": [
"webpack",
"bundle",
"analyzer",
"modules",
"size",
"interactive",
"chart",
"treemap",
"zoomable",
"zoom"
]
}