Browse Source
Added a license and author to the package.json
development
No known key found for this signature in database
2 changed files with
4 additions and
0 deletions
-
.gitignore
-
package.json
|
|
@@ -2,3 +2,5 @@ |
|
|
|
package-lock.json |
|
|
|
node_modules/* |
|
|
|
|
|
|
|
# Ignoring the ./builds folder where all the app builds should go. |
|
|
|
builds/* |
|
|
@@ -1,7 +1,9 @@ |
|
|
|
{ |
|
|
|
"name": "SAAM", |
|
|
|
"author": "Bryan Miller <bmiller1008@gmail.com> (https://www.obsidianblk.me)", |
|
|
|
"version": "0.0.1", |
|
|
|
"main": "main.js", |
|
|
|
"license": "MIT", |
|
|
|
"devDependencies": { |
|
|
|
"electron": "^10.1.2" |
|
|
|
}, |