{
  "name": "expander",
  "description": "Expand template strings in declarative configurations.",
  "version": "0.3.3",
  "homepage": "https://github.com/tkellen/expander",
  "author": {
    "name": "Tyler Kellen",
    "url": "http://goingslowly.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tkellen/expander.git"
  },
  "bugs": {
    "url": "https://github.com/tkellen/expander/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tkellen/expander/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha -R spec test/index.js"
  },
  "devDependencies": {
    "mocha": "~1.17.1",
    "chai": "~1.9.0"
  },
  "keywords": [
    "declarative configuration"
  ],
  "dependencies": {
    "getobject": "0.1.0",
    "lodash": "~2.2.1"
  }
}
