jj-ryu-linux-x64 0.0.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +21 -0
  2. package/ryu +0 -0
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "jj-ryu-linux-x64",
3
+ "version": "0.0.1-alpha.1",
4
+ "description": "ryu binary for linux x64",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/dmmulroy/jj-ryu.git"
8
+ },
9
+ "license": "MIT",
10
+ "os": [
11
+ "linux"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "preferUnplugged": true,
17
+ "publishConfig": {
18
+ "access": "public",
19
+ "provenance": true
20
+ }
21
+ }
package/ryu ADDED
Binary file