generator-oxy-gen
Version:
Yeoman generator for Electron app with React and Rust (WASM).
29 lines (28 loc) • 568 B
JSON
{
"name": "generator-oxy-gen",
"version": "1.0.3",
"description": "Yeoman generator for Electron app with React and Rust (WASM).",
"main": "index.js",
"files": [
"generators"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"yeoman",
"react",
"rust",
"electron",
"web-assembly",
"wasm",
"web-workers"
],
"author": "Andrew Steinheiser",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.1",
"lodash.kebabcase": "^4.1.1",
"yeoman-generator": "^3.1.1"
}
}