LivePersonInc/cacherjs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "cacherjs",
    "description": "JS TTL Cache Mechanism",
    "version": "0.1.2",
    "author": {
        "name": "LivePersonInc",
        "email": "fe-infra-lp@liveperson.com"
    },
    "contributors": [
        {
            "name": "Michael Dimenshtein",
            "email": "michaeld@liveperson.com"
        },
        {
            "name": "Itai Koren",
            "email": "itaik@liveperson.com"
        }
    ],
    "dependencies": {
        "JSONStream": "~1.3.1",
        "event-stream": "~3.3.4"
    },
    "devDependencies": {
        "chai": "~3.5.0",
        "grunt": "~1.0.1",
        "grunt-available-tasks": "~0.6.3",
        "grunt-contrib-jshint": "~1.1.0",
        "grunt-contrib-uglify": "~2.2.0",
        "grunt-env": "~0.4.4",
        "grunt-istanbul": "~0.7.2",
        "grunt-mocha-test": "~0.13.2",
        "grunt-node-version": "~1.0.2",
        "load-grunt-config": "~0.19.2",
        "grunt-replace": "~1.0.1",
        "mocha": "~3.2.0",
        "sinon": "~2.1.0",
        "time-grunt": "~1.4.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/LivePersonInc/cacherjs"
    },
    "main": "./src/cacher.js",
    "keywords": [
        "liveperson",
        "ttl",
        "cache",
        "cacher",
        "cacherjs",
        "ttl-cache"
    ],
    "scripts": {
        "test": "grunt default --verbose"
    },
    "engines": {
        "node": ">=0.10.36",
        "npm": ">=1.4"
    },
    "license": "MIT"
}