First commit
This commit is contained in:
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/foo/Foo.hx
generated
vendored
Normal file
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/foo/Foo.hx
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package foo;
|
||||
|
||||
class Foo {
|
||||
|
||||
public function new() {
|
||||
trace("new Foo");
|
||||
}
|
||||
|
||||
}
|
||||
13
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.json
generated
vendored
Normal file
13
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Foo",
|
||||
"url" : "http://example.org",
|
||||
"license": "GPL",
|
||||
"tags": ["foo", "test"],
|
||||
"description": "This project is an example of an haxelib project",
|
||||
"version": "0.1.0-alpha.0",
|
||||
"releasenote": "Initial release, everything is working correctly",
|
||||
"dependencies": {
|
||||
"Bar": ""
|
||||
},
|
||||
"contributors": ["Foo"]
|
||||
}
|
||||
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.xml
generated
vendored
Normal file
7
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/libFoo/haxelib.xml
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<project name="Foo" url="http://example.org" license="GPL">
|
||||
<user name="Foo"/>
|
||||
<tag v="foo"/>
|
||||
<tag v="test"/>
|
||||
<description>This project is an example of an haxelib project</description>
|
||||
<version name="1.0.0-alpha.0">Initial release, everything is working correctly</version>
|
||||
</project>
|
||||
Reference in New Issue
Block a user