{
  "name": "amd-utils",
  "description": "Utility methods written in the AMD format",
  "version": "0.10.0",
  "homepage": "http://millermedeiros.github.com/amd-utils/",
  "author": {
    "name": "Miller Medeiros",
    "url": "http://blog.millermedeiros.com"
  },
  "keywords": [
    "utilities",
    "functional",
    "amd"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/millermedeiros/amd-utils.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "bugs": {
    "url": "https://github.com/millermedeiros/amd-utils/issues/"
  },
  "main": "./index.js",
  "scripts": {
    "prepublish": "node build cjs .",
    "pretest" : "node build pkg",
    "test": "node node_modules/istanbul/lib/cli test tests/runner.js"
  },
  "directories": {
    "doc": "./doc/mdown",
    "lib": "./"
  },
  "devDependencies": {
    "istanbul": "https://github.com/millermedeiros/istanbul/tarball/latest",
    "jasmine-node" : "~1.0.28",
    "requirejs" : "2.x",
    "nodefy": "*",
    "mdoc": "~0.3.2",
    "handlebars": "~1.0.6",
    "commander": "~1.0.5"
  }
}
