{
  "name": "axloader",
  "version": "1.0.6",
  "description": "This is a library for loading assets files in batches. It works well for HTML5 games and for large web apps.",
  "main": "src/axloader-gen.js",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "dependencies": {
    "quickarchive": "~1.0.2",
    "express": "~3.4.7",
    "jsmin": "~1.0.1",
    "wrench": "~1.5.4"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/simon-paris/AxLoader.git"
  },
  "keywords": [
    "load",
    "loader",
    "game",
    "html5",
    "archive"
  ],
  "author": "simonparis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/simon-paris/AxLoader/issues"
  }
}
