{
  "name" : "amd-loader",
  "version" : "0.0.8",
  "description" : "Add the capability to load AMD (Asynchronous Module Definition) modules to node.js",
  "author": "ajax.org B.V. <info@ajax.org>",
  "contributors": [
    { "name": "Fabian Jakobs", "email": "fabian@ajax.org" }
  ],
  "repository" : {
    "type" : "git",
    "url" : "http://github.com/ajaxorg/node-amd-loader.git" 
  },
  "main": "./amd-loader.js",
  "scripts" : {
    "test" : "node test/test.js && node test/test2.js"
  },
  "engines" : {
     "node" : ">= 0.4.11"
  },
  "licenses" : [{
    "type" : "MIT",
    "url" : "http://github.com/ajaxorg/node-amd-loader/raw/master/LICENSE"
  }]
}
