UNPKG

980 BJSONView Raw
1{
2 "name": "webpack-common-shake",
3 "version": "1.5.1",
4 "description": "CommonJS Tree Shake Plugin for Webpack",
5 "main": "lib/shake.js",
6 "scripts": {
7 "test": "mocha --reporter=spec test/*-test.js && npm run lint",
8 "lint": "eslint lib/*.js lib/**/*.js test/*js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/indutny/webpack-common-shake.git"
13 },
14 "files": [
15 "lib"
16 ],
17 "keywords": [
18 "webpack",
19 "commonjs",
20 "tree",
21 "shake"
22 ],
23 "author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/indutny/webpack-common-shake/issues"
27 },
28 "homepage": "https://github.com/indutny/webpack-common-shake#readme",
29 "dependencies": {
30 "acorn": "^5.0.3",
31 "common-shake": "^2.0.1",
32 "webpack": "^3.1.0",
33 "webpack-sources": "^1.0.1"
34 },
35 "devDependencies": {
36 "eslint": "^4.1.1",
37 "memory-fs": "^0.4.1",
38 "mocha": "^3.4.2"
39 }
40}