{
  "name": "detectmobilebrowsers",
  "version": "0.1.1",
  "description": "Mobile browser detection based on user-agent",
  "author": "Bryant Williams <b.n.williams@gmail.com>",
  "keywords": [
    "browser",
    "detectmobilebrowsers",
    "detection",
    "mobile",
    "node",
    "user-agent"
  ],
  "scripts": {
    "postinstall": "cake build",
    "preinstall": "cake clean",
    "pretest": "npm install --dev",
    "test": "cake test"
  },
  "homepage": "http://github.com/scien/detectmobilebrowsers-node.git",
  "repository": {
    "type": "git",
    "url": "http://github.com/scien/detectmobilebrowsers-node.git"
  },
  "devDependencies": {
    "coffee-script":  "1.3.x",
    "express":        "3.0.x",
    "mocha":          "1.3.x",
    "request":        "2.10.x",
    "should":         "1.1.x"
  },
  "main": "./lib/detectmobilebrowsers.js"
}
