{
    "name": "librato-express",
    "version": "0.4.0",
    "author": "Dmitry Matveev",
    "description": "Middleware for expressjs to send metrics to Librato.",
    "main": "lib/index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/dmitrymatveev/librato-express"
    },
    "keywords": [
        "librato",
        "express",
        "nodejs",
        "metrics"
    ],
    "license": "MIT",
    "dependencies": {
        "async": "0.9.0"
    },
    "devDependencies": {
        "mocha": "~2.0.1",
        "should": "^7.0.1"
    },
    "scripts": {
        "test": "mocha test/specs"
    }
}
