{
	"name": "node-cache",
	"description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.",
	"keywords": [ "cache", "caching", "local", "variable", "multi", "memory", "internal", "node", "memcached", "object" ],
	"tags": [ "cache", "caching", "local", "variable", "multi", "memory", "internal", "node", "memcached", "object" ],
	"version": "3.2.1",
	"author": "tcs-de <github@tcs.de>",
	"maintainers": {
		"name" : "M. Peter",
		"email" : "mp@tcs.de",
		"url" : "https://github.com/mpneuried"
	},
	"main": "./index.js",
	"homepage": "https://github.com/tcs-de/nodecache",
	"repository": {
		"type": "git",
		"url": "git://github.com/tcs-de/nodecache.git"
	},
	"license": "MIT",
	"engines": {
		"node": ">= 0.4.6"
	},
	"scripts": {
		"test": "expresso test/node_cache-test.js"
	},
	"dependencies": {
		"lodash": "4.x",
		"clone": "1.0.x"
	},
	"devDependencies": {
		"expresso": "0.9.2",
		"grunt": "0.4.x",
		"grunt-regarde": "0.1.x",
		"grunt-contrib-coffee": "1.0.x",
		"grunt-include-replace": "3.2.x",
		"grunt-run": "0.5.x",
		"grunt-contrib-clean": "1.0.x",
		"grunt-banner": "0.6.x"
	}
}
