-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Spect COW
authored and
Spect COW
committed
Oct 9, 2024
1 parent
84191c7
commit 03c907a
Showing
3 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "soakvm", | ||
"version": "1.0.4", | ||
"description": "A Universal General Purpose Virtual Machine written in Sakura/Oaklang", | ||
"main": "dist/soak.js", | ||
"files": [ | ||
"dist", | ||
"test", | ||
"src", | ||
"main.js", | ||
"SPEC.md", | ||
"THANKS.md", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"scripts": { | ||
"test": "node main.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/spcfork/soak.git" | ||
}, | ||
"keywords": [ | ||
"vm", | ||
"oak", | ||
"oaklang", | ||
"cli", | ||
"binary", | ||
"web" | ||
], | ||
"author": "SpcFORK", | ||
"license": "DWTFYW", | ||
"bugs": { | ||
"url": "https://github.com/spcfork/soak/issues" | ||
}, | ||
"homepage": "https://github.com/spcfork/soak#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters