{
  "name": "aurelia-loader",
  "version": "1.0.0",
  "description": "An abstract module which specifies an interface for loading modules and view templates.",
  "keywords": [
    "aurelia",
    "loader",
    "modules"
  ],
  "homepage": "http://aurelia.io",
  "main": "dist/commonjs/aurelia-loader.js",
  "moduleType": "node",
  "license": "MIT",
  "authors": [
    "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/aurelia/loader"
  },
  "dependencies": {
    "aurelia-metadata": "^1.0.0",
    "aurelia-path": "^1.0.0"
  }
}
