demu
Version:
A raspian emulator based on docker and qemu
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "demu",
"version": "0.3.0",
"description": "A raspian emulator based on docker and qemu",
"homepage": "https://github.com/taoyuan/demu",
"author": {
"name": "Yuan Tao",
"email": "towyuan@outlook.com",
"url": "https://github.com/taoyuan"
},
"keywords": [
"docker",
"qemu",
"raspbian",
"raspberry",
"pi"
],
"bin": {
"demu": "bin/demu.js"
},
"files": [
"bin",
"docker",
"lib"
],
"scripts": {
"clean": "rimraf lib",
"build": "npm run clean && echo Using TypeScript && tsc --version && tsc --pretty"
},
"repository": "taoyuan/demu",
"license": "MIT",
"dependencies": {
"arrify": "^1.0.1",
"caporal": "^0.10.0",
"chalk": "^2.4.1",
"child-process-promise": "^2.2.1",
"inflection": "^1.12.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/inflection": "^1.5.28",
"@types/shelljs": "^0.8.0",
"@types/bleno": "^0.4.1",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.4",
"@types/node": "^10.5.2",
"rimraf": "^2.6.2",
"typescript": "^2.9.2"
}
}