├── .gitignore ├── LICENSE ├── README.md ├── index.sh └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/nspawn-bootstrap/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/nspawn-bootstrap/HEAD/README.md -------------------------------------------------------------------------------- /index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/nspawn-bootstrap/HEAD/index.sh -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/nspawn-bootstrap/HEAD/package.json --------------------------------------------------------------------------------