├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── package.json └── prune.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuananh/node-prune/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuananh/node-prune/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuananh/node-prune/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuananh/node-prune/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuananh/node-prune/HEAD/package.json -------------------------------------------------------------------------------- /prune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuananh/node-prune/HEAD/prune.sh --------------------------------------------------------------------------------