{
  "author": "Florian Lorrain",
  "name": "locale",
  "description": "Browser locale negotiation for node.js",
  "version": "0.1.0",
  "homepage": "https://github.com/florrain/locale",
  "repository": {
    "type": "git",
    "url": "git://github.com/florrain/locale.git"
  },
  "main": "./lib",
  "scripts": {
    "test": "./node_modules/.bin/mocha ./src/test.coffee",
    "prepublish": "coffee -o lib/ -c src/"
  },
  "engines": {
    "node": ">0.8.x"
  },
  "dependencies": {},
  "devDependencies": {
    "coffee-script": "~1.6.0",
    "express": "~3.0.0",
    "mocha": "~1.13.0"
  },
  "contributors": [
    "Jed Smith <where@jed.is> (https://github.com/jed)",
    "D. Stuart Freeman <stuart.freeman@et.gatech.edu> (https://github.com/stuartf)"
  ]
}
