First commit
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "haxelib-server",
|
||||
"homepage": "https://github.com/HaxeFoundation/haxelib",
|
||||
"description": "Haxelib server",
|
||||
"keywords": [
|
||||
"haxe",
|
||||
"haxelib"
|
||||
],
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "^1.12.2",
|
||||
"bootstrap": "^3.3.6",
|
||||
"font-awesome": "^4.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user