UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

56 lines (55 loc) 1.46 kB
{ "name": "common-shakeify", "version": "1.1.2", "description": "browserify tree shaking plugin using @indutny common-shake", "main": "index.js", "scripts": { "lint": "standard", "tests-only": "tape test/test.js", "test": "npm run lint && npm run tests-only" }, "repository": { "type": "git", "url": "git+https://github.com/browserify/common-shakeify.git" }, "keywords": [ "browserify", "common-shake", "tree-shaking" ], "author": "Renée Kooi <renee@kooi.me>", "contributors": [ "Damian Krzeminski (https://github.com/pirxpilot)", "Seph Gentle (https://github.com/josephg)", "Titus (https://github.com/wooorm)" ], "license": "MIT", "bugs": { "url": "https://github.com/browserify/common-shakeify/issues" }, "homepage": "https://github.com/browserify/common-shakeify#readme", "dependencies": { "@goto-bus-stop/common-shake": "^2.3.0", "convert-source-map": "^1.5.1", "through2": "^2.0.3", "transform-ast": "^2.4.3", "wrap-comment": "^1.0.1" }, "devDependencies": { "babel-core": "^6.26.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babelify": "^8.0.0", "browserify": "^17.0.0", "concat-stream": "^2.0.0", "net-browserify-stub": "0.0.1", "standard": "^17.0.0", "tape": "^5.6.1", "uglify-js": "^3.3.15" }, "standard": { "ignore": [ "test/*/*.js", "example/bundle.*" ] } }