Initial commit
This commit is contained in:
commit
07c3e0e727
5 changed files with 779 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "protoeepyboard",
|
||||
"author": "binaryDiv <keyboards@binarydiv.dev>",
|
||||
"description": "Dependencies to generate files for the protoEepyBoard (not an actual node project).",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"ergogen": "ergogen -o ergogen/output ergogen"
|
||||
},
|
||||
"dependencies": {
|
||||
"ergogen": "4.1.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue