2025-01-15 19:42:35 +01:00

24 lines
417 B
JSON

{
"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"
}
}