{
  "name": "express-map",
  "version": "0.1.0",
  "description": "Exposes server route configuration with the client side via JavaScript",
  "author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
  "homepage": "https://github.com/yahoo/express-map",
  "contributors": [
    "Alberto Chan <imalberto@gmail.com>",
    "Caridy Patino <caridy@gmail.com>",
    "Clarence Leung <cleung0@gmail.com>",
    "Isao Yagi <isao.yagi@gmail.com>"
  ],
  "main": "index.js",
  "keywords": [
    "config",
    "data",
    "expose",
    "express",
    "modown",
    "routes"
  ],
  "dependencies": {
    "express-annotations": "~0.1.0",
    "methods": "~0.1.0"
  },
  "peerDependencies": {
    "express": "3.x"
  },
  "devDependencies": {
    "chai": "1.5.x",
    "express": "3.x",
    "express-params": "0.0.x",
    "express-state": "1.x",
    "express3-handlebars": "0.5.x",
    "istanbul": "*",
    "jshint": "*",
    "mocha": "1.8.x",
    "xunit-file": "*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/yahoo/express-map.git"
  },
  "bugs": {
    "url": "https://github.com/yahoo/express-map/issues"
  },
  "engines": {
    "node": ">=0.8.x",
    "npm": ">=1.2.10"
  },
  "scripts": {
    "test": "istanbul cover -- node_modules/mocha/bin/_mocha tests/unit/ --reporter spec",
    "unit": "mocha tests/unit/*.js --reporter spec",
    "lint": "jshint {.,lib,tests/unit}/*.js"
  },
  "license": "BSD"
}
