{
    "name": "amnc",
    "description": "Detect the browser name, browser version, os name, plataform, country, region, city and others.",
    "version": "0.1.0",
    "homepage": "https://github.com/chrisenytc/amnc",
    "author": {
        "name": "Christopher EnyTC",
        "email": "chrisenytc@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/chrisenytc/amnc.git"
    },
    "bugs": {
        "url": "https://github.com/chrisenytc/amnc/issues"
    },
    "licenses": [{
        "type": "MIT",
        "url": "https://github.com/chrisenytc/amnc/blob/master/LICENSE"
    }],
    "main": "lib/amnc",
    "engines": {
        "node": ">= 0.10.26",
        "npm": ">=1.4.3"
    },
    "scripts": {
        "test": "gulp test"
    },
    "dependencies": {
        "geoip-lite": "~1.1.3",
        "express-useragent": "~0.1.0",
        "underscore": "~1.6.0"
    },
    "devDependencies": {
        "mocha": "~1.10.0",
        "chai": "~1.8.0",
        "gulp": "~3.5.0",
        "gulp-jshint": "~1.3.4",
        "gulp-mocha": "~0.4.1",
        "jshint-stylish": "~0.1.5"
    },
    "keywords": [
        "detect",
        "browser",
        "os",
        "plataform",
        "country",
        "region",
        "city",
        "api",
        "easy"
    ]
}
