{
  "name": "stalker-detector",
  "version": "2.1.4",
  "description": "客户端信息识别模块",
  "homepage": "https://github.com/ksky521/detector",
  "author": "三水清",
  "maintainers": [
    "冒顿 <hotoo.cn@gmail.com>",
    "三水清 <ksky521@gmail.com>"
  ],
  "main": "detector.js",
  "bin": {
    "detector": "./bin/detector"
  },
  "scripts": {
    "test": "make test"
  },
  "keywords": ["utility", "userAgent"],
  "repository": {
    "type": "git",
    "url": "https://github.com/hotoo/detector.git"
  },
  "bugs": {
    "url": "https://github.com/hotoo/detector/issues"
  },
  "license": "MIT",
  "spm": {
    "main": "detector.js",
    "devDependencies": {
      "jquery": "1.7.2",
      "expect.js": "0.3.1"
    },
    "tests": "tests/*-spec.js"
  },
  "dependencies": {
    "commander": "~1.1.1",
    "colors": "0.6.2"
  },
  "devDependencies": {
    "expect.js": "0.3.1",
    "grunt": "~0.4.1",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-watch": "0.6.0"
  }
}
