generate-evb
Version:
Generate an "Enigma Virtual Box" project file (*.evb)
56 lines (55 loc) • 1.05 kB
JSON
{
"name": "generate-evb",
"version": "1.0.3",
"description": "Generate an \"Enigma Virtual Box\" project file (*.evb)",
"author": "Eran Tiktin",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "eslint **.js"
},
"files": [
"index.js",
"templates"
],
"repository": {
"type": "git",
"url": "https://github.com/etiktin/generate-evb.git"
},
"bugs": {
"url": "https://github.com/etiktin/generate-evb/issues"
},
"engines": {
"node": ">=6"
},
"keywords": [
"Enigma Virtual Box",
"Enigma Virtualbox",
"EVB",
"Enigma",
"Virtual Box",
"enigmavb",
"enigmavb.exe",
"enigmavbconsole",
"enigmavbconsole.exe",
"Electron",
"atom-shell",
"NW.js",
"node-webkit",
"Windows",
"Pack",
"Publish",
"Virtualization",
"Build",
"Portable",
"Portable app",
"Portable applications"
],
"dependencies": {
"graceful-fs": "^4.2.3",
"merge-options": "^1.0.1"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}