linux
Version:
run linux on mac os
37 lines (36 loc) • 782 B
JSON
{
"name": "linux",
"version": "4.2.1",
"description": "run linux on mac os",
"main": "index.js",
"bin": {
"linux": "cli.js"
},
"scripts": {
"postinstall": "node download.js",
"test": "standard"
},
"author": "max ogden",
"license": "ISC",
"dependencies": {
"cat-names": "^1.0.2",
"daemonspawn": "^1.0.1",
"keypair": "^1.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-forge": "^0.6.34",
"nugget": "^1.5.4",
"psjson": "^0.1.0"
},
"devDependencies": {
"standard": "^5.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxogden/linux.git"
},
"bugs": {
"url": "https://github.com/maxogden/linux/issues"
},
"homepage": "https://github.com/maxogden/linux#readme"
}