{
  "name": "deviceatlas",
  "version": "0.1.3",
  "description": "Node Device Atlas API",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R list test/*.js"
  },
  "keywords": [
    "device",
    "lookup",
    "useragent",
    "wurfl"
  ],
  "repository" : { 
	"type" : "git",
    "url" : "https://github.com/angleman/deviceatlas.git"
  },
  "bugs": { 
	  "url" : "https://github.com/angleman/deviceatlas/issues"
  },
  "author": "angleman",
  "dependencies": {
    "conflate": "~1.1.0",
    "phpexe": "~0.2.1"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-bump": "0.0.13",
    "license-md": "~0.3.6",
    "mocha": "~1.17.1",
    "should": "~3.1.3"
  }
}
